Uses of Interface
org.apache.commons.math.stat.clustering.Clusterable
-
Packages that use Clusterable Package Description org.apache.commons.math.stat.clustering Clustering algorithms -
-
Uses of Clusterable in org.apache.commons.math.stat.clustering
Classes in org.apache.commons.math.stat.clustering with type parameters of type Clusterable Modifier and Type Class Description class
Cluster<T extends Clusterable<T>>
Cluster holding a set ofClusterable
points.class
KMeansPlusPlusClusterer<T extends Clusterable<T>>
Clustering algorithm based on David Arthur and Sergei Vassilvitski k-means++ algorithm.Classes in org.apache.commons.math.stat.clustering that implement Clusterable Modifier and Type Class Description class
EuclideanIntegerPoint
A simple implementation ofClusterable
for points with integer coordinates.
-