tf.contrib.metrics.streaming_specificity_at_sensitivity()

tf.contrib.metrics.streaming_specificity_at_sensitivity(predictions, labels, sensitivity, weights=None, num_thresholds=200, metrics_collections=None, updates_collections=None

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

tf.contrib.metrics.auc_using_histogram(boolean_labels, scores, score_range, nbins=100, collections=None, check_shape=True, name=None) AUC

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

tf.contrib.metrics.streaming_sensitivity_at_specificity(predictions, labels, specificity, weights=None, num_thresholds=200, metrics_collections=None, updates_collections=None

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

tf.contrib.metrics.aggregate_metric_map(names_to_tuples) Aggregates the metric names to tuple dictionary. This

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

tf.contrib.metrics.streaming_recall_at_k(*args, **kwargs) Computes the recall@k of the predictions with respect to dense labels

2016-10-14 13:07:18
Ops

Contents Metrics (contrib)Ops for evaluation metrics and summary statistics.API Metric Ops tf

2016-10-14 12:42:36
tf.contrib.metrics.streaming_recall()

tf.contrib.metrics.streaming_recall(*args, **kwargs) Computes the recall of the predictions with respect to the labels. (deprecated

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

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

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

tf.contrib.metrics.set_union(a, b, validate_indices=True) Compute set union of elements in last dimension of a and

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

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

2016-10-14 13:07:16