tf.compat.v1.metrics.false_positives

View source on GitHub

Sum the weights of false positives.

tf.compat.v1.metrics.false_positives(
    labels, predictions, weights=None, metrics_collections=None,
    updates_collections=None, name=None
)

If weights is None, weights default to 1. Use weights of 0 to mask values.

Args:

Returns:

Raises: