Searched refs:TrueNegatives (Results 1 – 9 of 9) sorted by relevance
1 path: "tensorflow.metrics.TrueNegatives"3 is_instance: "<class \'tensorflow.python.keras.metrics.TrueNegatives\'>"
1 path: "tensorflow.keras.metrics.TrueNegatives"3 is_instance: "<class \'tensorflow.python.keras.metrics.TrueNegatives\'>"
148 name: "TrueNegatives"
192 tn_obj = metrics.TrueNegatives(name='my_tn', thresholds=[0.4, 0.9])198 tn_obj2 = metrics.TrueNegatives.from_config(tn_obj.get_config())204 tn_obj = metrics.TrueNegatives()218 tn_obj = metrics.TrueNegatives()229 tn_obj = metrics.TrueNegatives(thresholds=[0.15, 0.5, 0.85])243 tn_obj = metrics.TrueNegatives(thresholds=[0.15, 0.5, 0.85])
1103 class TrueNegatives(_ConfusionMatrixConditionCount): class1144 super(TrueNegatives, self).__init__(
2151 tn_obj = metrics.TrueNegatives()