Package org.apache.commons.math.stat.clustering
Clustering algorithms
-
Interface Summary Interface Description Clusterable<T> Interface for points that can be clustered together. -
Class Summary Class Description Cluster<T extends Clusterable<T>> Cluster holding a set ofClusterable
points.EuclideanIntegerPoint 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. -
Enum Summary Enum Description KMeansPlusPlusClusterer.EmptyClusterStrategy Strategies to use for replacing an empty cluster.