Uses of Interface
org.apache.commons.math4.legacy.ml.clustering.ClusterRanking
-
Packages that use ClusterRanking Package Description org.apache.commons.math4.legacy.ml.clustering Clustering algorithms. -
-
Uses of ClusterRanking in org.apache.commons.math4.legacy.ml.clustering
Methods in org.apache.commons.math4.legacy.ml.clustering that return ClusterRanking Modifier and Type Method Description static <T extends Clusterable>
ClusterRankingClusterEvaluator. ranking(ClusterEvaluator eval)
Converts to aranking function
(as required by clustering implementations).Constructors in org.apache.commons.math4.legacy.ml.clustering with parameters of type ClusterRanking Constructor Description MultiKMeansPlusPlusClusterer(KMeansPlusPlusClusterer<T> clusterer, int numTrials, ClusterRanking evaluator)
Build a clusterer.
-