tf.compat.v1.metrics.false_negatives

View source on GitHub

Computes the total number of false negatives.

tf.compat.v1.metrics.false_negatives(
    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: