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 currentClusteringto the modifiedClusteringspecified in aNeighborobject.PairwiseEvaluator.CombiningStrategy Specifies how to combine a set of pairwise scores into a cluster-wise score. -
Class Summary Class Description AgglomerativeNeighbor ANeighborcreated by merging two clusters of the original Clustering.ClassifyingNeighborEvaluator ANeighborEvaluatorthat 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 scoresNeighbors.RankingNeighborEvaluator Uses aClassifierthat scores an array ofNeighbors.