Package org.apache.commons.math3.stat.clustering
All classes and sub-packages of this package are deprecated.
Please use their replacements, to be found under
Clustering algorithms.
-
Interface Summary Interface Description Clusterable<T> Deprecated. As of 3.2 (to be removed in 4.0), useClusterable
instead -
Class Summary Class Description Cluster<T extends Clusterable<T>> Deprecated. As of 3.2 (to be removed in 4.0), useCluster
insteadDBSCANClusterer<T extends Clusterable<T>> Deprecated. As of 3.2 (to be removed in 4.0), useDBSCANClusterer
insteadEuclideanDoublePoint Deprecated. As of 3.2 (to be removed in 4.0), useDoublePoint
insteadEuclideanIntegerPoint Deprecated. As of 3.2 (to be removed in 4.0), useDoublePoint
insteadKMeansPlusPlusClusterer<T extends Clusterable<T>> Deprecated. As of 3.2 (to be removed in 4.0), useKMeansPlusPlusClusterer
instead -
Enum Summary Enum Description KMeansPlusPlusClusterer.EmptyClusterStrategy Strategies to use for replacing an empty cluster.