Package cc.mallet.cluster.neighbor_evaluator
-
Interface Summary Interface Description MedoidEvaluator.CombiningStrategy Specifies how to combine a set of pairwise scores into a cluster-wise score.NeighborEvaluator Scores the value of changing the currentClustering
to the modifiedClustering
specified in aNeighbor
object.PairwiseEvaluator.CombiningStrategy Specifies how to combine a set of pairwise scores into a cluster-wise score. -
Class Summary Class Description AgglomerativeNeighbor ANeighbor
created by merging two clusters of the original Clustering.ClassifyingNeighborEvaluator ANeighborEvaluator
that is backed by aClassifier
.MedoidEvaluator MedoidEvaluator.Average MedoidEvaluator.Maximum MedoidEvaluator.Minimum Neighbor A Clustering and a modified version of that Clustering.PairwiseEvaluator PairwiseEvaluator.Average PairwiseEvaluator.Maximum PairwiseEvaluator.Minimum RandomEvaluator Randomly scoresNeighbor
s.RankingNeighborEvaluator Uses aClassifier
that scores an array ofNeighbor
s.