Uses of Class
org.hipparchus.clustering.evaluation.ClusterEvaluator
Packages that use ClusterEvaluator
Package
Description
Clustering algorithms.
Cluster evaluation methods.
-
Uses of ClusterEvaluator in org.hipparchus.clustering
Methods in org.hipparchus.clustering that return ClusterEvaluatorModifier and TypeMethodDescriptionMultiKMeansPlusPlusClusterer.getClusterEvaluator()
Returns theClusterEvaluator
used to determine the "best" clustering.Constructors in org.hipparchus.clustering with parameters of type ClusterEvaluatorModifierConstructorDescriptionMultiKMeansPlusPlusClusterer
(KMeansPlusPlusClusterer<T> clusterer, int numTrials, ClusterEvaluator<T> evaluator) Build a clusterer. -
Uses of ClusterEvaluator in org.hipparchus.clustering.evaluation
Subclasses of ClusterEvaluator in org.hipparchus.clustering.evaluationModifier and TypeClassDescriptionclass
SumOfClusterVariances<T extends Clusterable>
Computes the sum of intra-cluster distance variances according to the formula: \] score = \sum\limits_{i=1}^n \sigma_i^2 \] where n is the number of clusters and is the variance of intra-cluster distances of cluster .