Uses of Class
org.nlpub.watset.eval.PrecisionRecall
Packages that use PrecisionRecall
-
Uses of PrecisionRecall in org.nlpub.watset.eval
Methods in org.nlpub.watset.eval that return PrecisionRecallModifier and TypeMethodDescriptionstatic <V> PrecisionRecall
NormalizedModifiedPurity.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.Pairwise.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.Pairwise.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.