tf.contrib.metrics.streaming_sparse_precision_at_k(*args, **kwargs)
Computes precision@k of the predictions with respect to sparse 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).
If class_id is specified, we calculate precision by considering only the entries in the batch for which