Searched refs:TrueNegatives (Results 1 – 9 of 9) sorted by relevance
1 path: "tensorflow.keras.metrics.TrueNegatives"3 is_instance: "<class \'tensorflow.python.keras.metrics.TrueNegatives\'>"
1 path: "tensorflow.metrics.TrueNegatives"3 is_instance: "<class \'tensorflow.python.keras.metrics.TrueNegatives\'>"
140 name: "TrueNegatives"
189 tn_obj = metrics.TrueNegatives(name='my_tn', thresholds=[0.4, 0.9])195 tn_obj2 = metrics.TrueNegatives.from_config(tn_obj.get_config())201 tn_obj = metrics.TrueNegatives()215 tn_obj = metrics.TrueNegatives()226 tn_obj = metrics.TrueNegatives(thresholds=[0.15, 0.5, 0.85])240 tn_obj = metrics.TrueNegatives(thresholds=[0.15, 0.5, 0.85])
973 class TrueNegatives(_ConfusionMatrixConditionCount): class1015 super(TrueNegatives, self).__init__(
1860 tn_obj = metrics.TrueNegatives()