Uses of Class
org.apache.commons.math3.ml.clustering.CentroidCluster
-
Packages that use CentroidCluster Package Description org.apache.commons.math3.ml.clustering Clustering algorithms. -
-
Uses of CentroidCluster in org.apache.commons.math3.ml.clustering
Methods in org.apache.commons.math3.ml.clustering that return types with arguments of type CentroidCluster Modifier and Type Method Description java.util.List<CentroidCluster<T>>FuzzyKMeansClusterer. cluster(java.util.Collection<T> dataPoints)Performs Fuzzy K-Means cluster analysis.java.util.List<CentroidCluster<T>>KMeansPlusPlusClusterer. cluster(java.util.Collection<T> points)Runs the K-means++ clustering algorithm.java.util.List<CentroidCluster<T>>MultiKMeansPlusPlusClusterer. cluster(java.util.Collection<T> points)Runs the K-means++ clustering algorithm.java.util.List<CentroidCluster<T>>FuzzyKMeansClusterer. getClusters()Returns the list of clusters resulting from the last call toFuzzyKMeansClusterer.cluster(Collection).
-