Package org.apache.commons.math.stat.clustering
package org.apache.commons.math.stat.clustering
Clustering algorithms
-
ClassDescriptionCluster<T extends Clusterable<T>>Cluster holding a set of
Clusterable
points.Clusterable<T>Interface for points that can be clustered together.A simple implementation ofClusterable
for points with integer coordinates.KMeansPlusPlusClusterer<T extends Clusterable<T>>Clustering algorithm based on David Arthur and Sergei Vassilvitski k-means++ algorithm.Strategies to use for replacing an empty cluster.