Uses of Interface
cc.mallet.cluster.clustering_scorer.ClusteringScorer
-
Packages that use ClusteringScorer Package Description cc.mallet.cluster.clustering_scorer -
-
Uses of ClusteringScorer in cc.mallet.cluster.clustering_scorer
Classes in cc.mallet.cluster.clustering_scorer that implement ClusteringScorer Modifier and Type Class Description class
PairwiseScorer
For each pair of Instances, if the pair is predicted to be in the same cluster, increment the total by the evaluator's score for merging the two.
-