Package | Description |
---|---|
org.apache.commons.math3.ml.clustering |
Clustering algorithms.
|
Modifier and Type | Method and Description |
---|---|
List<CentroidCluster<T>> |
KMeansPlusPlusClusterer.cluster(Collection<T> points)
Runs the K-means++ clustering algorithm.
|
List<CentroidCluster<T>> |
FuzzyKMeansClusterer.cluster(Collection<T> dataPoints)
Performs Fuzzy K-Means cluster analysis.
|
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 © 2003–2016 The Apache Software Foundation. All rights reserved.