Package | Description |
---|---|
org.hipparchus.clustering |
Clustering algorithms.
|
Modifier and Type | Method | Description |
---|---|---|
List<CentroidCluster<T>> |
FuzzyKMeansClusterer.cluster(Collection<T> dataPoints) |
Performs Fuzzy K-Means cluster analysis.
|
List<CentroidCluster<T>> |
KMeansPlusPlusClusterer.cluster(Collection<T> points) |
Runs the K-means++ clustering algorithm.
|
List<CentroidCluster<T>> |
MultiKMeansPlusPlusClusterer.cluster(Collection<T> points) |
Runs the K-means++ clustering algorithm.
|
List<CentroidCluster<T>> |
FuzzyKMeansClusterer.getClusters() |
Returns the list of clusters resulting from the last call to
FuzzyKMeansClusterer.cluster(Collection) . |
Copyright © 2016–2018 Hipparchus.org. All rights reserved.