Searched refs:FalseNegatives (Results 1 – 9 of 9) sorted by relevance
1 path: "tensorflow.metrics.FalseNegatives"3 is_instance: "<class \'tensorflow.python.keras.metrics.FalseNegatives\'>"
1 path: "tensorflow.keras.metrics.FalseNegatives"3 is_instance: "<class \'tensorflow.python.keras.metrics.FalseNegatives\'>"
36 name: "FalseNegatives"
124 fn_obj = metrics.FalseNegatives(name='my_fn', thresholds=[0.4, 0.9])130 fn_obj2 = metrics.FalseNegatives.from_config(fn_obj.get_config())136 fn_obj = metrics.FalseNegatives()150 fn_obj = metrics.FalseNegatives()161 fn_obj = metrics.FalseNegatives(thresholds=[0.15, 0.5, 0.85])175 fn_obj = metrics.FalseNegatives(thresholds=[0.15, 0.5, 0.85])
1054 class FalseNegatives(_ConfusionMatrixConditionCount): class1095 super(FalseNegatives, self).__init__(
2141 fn_obj = metrics.FalseNegatives()