Uses of Interface
cc.mallet.cluster.clustering_scorer.ClusteringScorer

Packages that use ClusteringScorer
cc.mallet.cluster.clustering_scorer   
 

Uses of ClusteringScorer in cc.mallet.cluster.clustering_scorer
 

Classes in cc.mallet.cluster.clustering_scorer that implement ClusteringScorer
 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.