Uses of Interface
org.apache.commons.math4.legacy.ml.clustering.ClusterEvaluator
-
Packages that use ClusterEvaluator Package Description org.apache.commons.math4.legacy.ml.clustering Clustering algorithms.org.apache.commons.math4.legacy.ml.clustering.evaluation Cluster evaluation methods. -
-
Uses of ClusterEvaluator in org.apache.commons.math4.legacy.ml.clustering
Methods in org.apache.commons.math4.legacy.ml.clustering with parameters of type ClusterEvaluator Modifier and Type Method Description static <T extends Clusterable>
ClusterRankingClusterEvaluator. ranking(ClusterEvaluator eval)
Converts to aranking function
(as required by clustering implementations). -
Uses of ClusterEvaluator in org.apache.commons.math4.legacy.ml.clustering.evaluation
Classes in org.apache.commons.math4.legacy.ml.clustering.evaluation that implement ClusterEvaluator Modifier and Type Class Description class
CalinskiHarabasz
Compute the Calinski and Harabasz score.class
SumOfClusterVariances
Computes the sum of intra-cluster distance variances according to the formula:
-