Package cc.mallet.cluster.clustering_scorer
-
Interface Summary Interface Description ClusteringScorer Assign a score to a Clustering. -
Class Summary Class Description 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.