Uses of Class
org.nlpub.watset.eval.PrecisionRecall
-
Packages that use PrecisionRecall Package Description org.nlpub.watset.eval Clustering and performance evaluation tools. -
-
Uses of PrecisionRecall in org.nlpub.watset.eval
Methods in org.nlpub.watset.eval that return PrecisionRecall Modifier and Type Method Description static <V> PrecisionRecallNormalizedModifiedPurity. evaluate(NormalizedModifiedPurity<V> precision, NormalizedModifiedPurity<V> recall, Collection<Map<V,Double>> clusters, Collection<Map<V,Double>> classes)Compute a precision and recall using purity and inverse purity, correspondingly.PrecisionRecallPairwise. evaluate(Collection<Collection<V>> clusters, Collection<Collection<V>> classes)Compute a pairwise precision, recall, and F-score.
-