Package cc.mallet.cluster.clustering_scorer

Interface Summary
ClusteringScorer Assign a score to a Clustering.
 

Class Summary
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.