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<? extends Collection<V>> clusters, Collection<? extends Collection<V>> classes)Transform the clusters to pairs and compute a pairwise precision, recall, and F-score.PrecisionRecallPairwise. evaluate(Set<org.jgrapht.alg.util.Pair<V,V>> clusterPairs, Set<org.jgrapht.alg.util.Pair<V,V>> classPairs)Compute a pairwise precision, recall, and F-score.
-