tf.contrib.metrics.streaming_percentage_less()

tf.contrib.metrics.streaming_percentage_less(*args, **kwargs) Computes the percentage of values less than the given threshold

2016-10-14 13:07:17
tf.contrib.metrics.streaming_auc()

tf.contrib.metrics.streaming_auc(predictions, labels, weights=None, num_thresholds=200, metrics_collections=None, updates_collections=None, curve='ROC', name=None)

2016-10-14 13:07:14
tf.contrib.metrics.streaming_concat()

tf.contrib.metrics.streaming_concat(values, axis=0, max_size=None, metrics_collections=None, updates_collections=None, name=None) Concatenate

2016-10-14 13:07:14
tf.contrib.metrics.streaming_sparse_precision_at_k()

tf.contrib.metrics.streaming_sparse_precision_at_k(*args, **kwargs) Computes precision@k of the predictions with respect to sparse

2016-10-14 13:07:19
tf.contrib.metrics.streaming_mean_squared_error()

tf.contrib.metrics.streaming_mean_squared_error(predictions, labels, weights=None, metrics_collections=None, updates_collections=None, name=None)

2016-10-14 13:07:16
tf.contrib.metrics.accuracy()

tf.contrib.metrics.accuracy(predictions, labels, weights=None) Computes the percentage of times that predictions matches labels

2016-10-14 13:07:11
tf.contrib.metrics.confusion_matrix()

tf.contrib.metrics.confusion_matrix(predictions, labels, num_classes=None, dtype=tf.int32, name=None, weights=None) Computes the

2016-10-14 13:07:12
tf.contrib.metrics.streaming_mean_absolute_error()

tf.contrib.metrics.streaming_mean_absolute_error(predictions, labels, weights=None, metrics_collections=None, updates_collections=None, name=None)

2016-10-14 13:07:15
tf.contrib.metrics.streaming_pearson_correlation()

tf.contrib.metrics.streaming_pearson_correlation(predictions, labels, weights=None, metrics_collections=None, updates_collections=None, name=None)

2016-10-14 13:07:17
tf.contrib.metrics.streaming_accuracy()

tf.contrib.metrics.streaming_accuracy(predictions, labels, weights=None, metrics_collections=None, updates_collections=None, name=None)

2016-10-14 13:07:13