Package | Description |
---|---|
org.apache.commons.math.stat.clustering |
Clustering algorithms
|
Modifier and Type | Method and Description |
---|---|
List<Cluster<T>> |
KMeansPlusPlusClusterer.cluster(Collection<T> points,
int k,
int maxIterations)
Runs the K-means++ clustering algorithm.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.