Uses of Class
cc.mallet.cluster.neighbor_evaluator.Neighbor
-
Packages that use Neighbor Package Description cc.mallet.cluster.neighbor_evaluator -
-
Uses of Neighbor in cc.mallet.cluster.neighbor_evaluator
Subclasses of Neighbor in cc.mallet.cluster.neighbor_evaluator Modifier and Type Class Description class
AgglomerativeNeighbor
ANeighbor
created by merging two clusters of the original Clustering.Methods in cc.mallet.cluster.neighbor_evaluator with parameters of type Neighbor Modifier and Type Method Description double
ClassifyingNeighborEvaluator. evaluate(Neighbor neighbor)
double[]
ClassifyingNeighborEvaluator. evaluate(Neighbor[] neighbors)
double
MedoidEvaluator. evaluate(Neighbor neighbor)
double[]
MedoidEvaluator. evaluate(Neighbor[] neighbors)
double
NeighborEvaluator. evaluate(Neighbor neighbor)
double[]
NeighborEvaluator. evaluate(Neighbor[] neighbors)
double
PairwiseEvaluator. evaluate(Neighbor neighbor)
double[]
PairwiseEvaluator. evaluate(Neighbor[] neighbors)
double
RandomEvaluator. evaluate(Neighbor neighbor)
double[]
RandomEvaluator. evaluate(Neighbor[] neighbors)
double
RankingNeighborEvaluator. evaluate(Neighbor neighbor)
double[]
RankingNeighborEvaluator. evaluate(Neighbor[] neighbors)
-