Searched refs:FalseNegatives (Results 1 – 9 of 9) sorted by relevance
1 path: "tensorflow.keras.metrics.FalseNegatives"3 is_instance: "<class \'tensorflow.python.keras.metrics.FalseNegatives\'>"
36 name: "FalseNegatives"
1 path: "tensorflow.metrics.FalseNegatives"3 is_instance: "<class \'tensorflow.python.keras.metrics.FalseNegatives\'>"
121 fn_obj = metrics.FalseNegatives(name='my_fn', thresholds=[0.4, 0.9])127 fn_obj2 = metrics.FalseNegatives.from_config(fn_obj.get_config())133 fn_obj = metrics.FalseNegatives()147 fn_obj = metrics.FalseNegatives()158 fn_obj = metrics.FalseNegatives(thresholds=[0.15, 0.5, 0.85])172 fn_obj = metrics.FalseNegatives(thresholds=[0.15, 0.5, 0.85])
923 class FalseNegatives(_ConfusionMatrixConditionCount): class965 super(FalseNegatives, self).__init__(
1850 fn_obj = metrics.FalseNegatives()