Uses of Class
org.hipparchus.clustering.CentroidCluster
-
Uses of CentroidCluster in org.hipparchus.clustering
Modifier and TypeMethodDescriptionFuzzyKMeansClusterer.cluster
(Collection<T> dataPoints) Performs Fuzzy K-Means cluster analysis.KMeansPlusPlusClusterer.cluster
(Collection<T> points) Runs the K-means++ clustering algorithm.MultiKMeansPlusPlusClusterer.cluster
(Collection<T> points) Runs the K-means++ clustering algorithm.FuzzyKMeansClusterer.getClusters()
Returns the list of clusters resulting from the last call toFuzzyKMeansClusterer.cluster(Collection)
.