tf.contrib.metrics.streaming_recall(*args, **kwargs)
Computes the recall of the predictions with respect to the labels. (deprecated arguments)
SOME ARGUMENTS ARE DEPRECATED. They will be removed after 2016-10-19. Instructions for updating: ignore_mask is being deprecated. Instead use weights with values 0.0 and 1.0 to mask values. For example, weights=tf.logical_not(mask).
The streaming_recall function creates two local variables, true_positives and false_negatives, that are used to compute th