tf.metrics.false_positives
tf.metrics.false_positives
tf.metrics.false_positives
false_positives( labels, predictions, weights=None, metrics_collections=None, updates_collections=None, name=None )
Defined in tensorflow/python/ops/metrics_impl.py
.
Sum the weights of false positives.
If weights
is None
, weights default to 1. Use weights of 0 to mask values.
Args:
-
labels
: The ground truth v