Uses of Interface
org.apache.commons.math3.stat.clustering.Clusterable
-
Packages that use Clusterable Package Description org.apache.commons.math3.stat.clustering All classes and sub-packages of this package are deprecated. -
-
Uses of Clusterable in org.apache.commons.math3.stat.clustering
Classes in org.apache.commons.math3.stat.clustering with type parameters of type Clusterable Modifier and Type Class Description class
Cluster<T extends Clusterable<T>>
Deprecated.As of 3.2 (to be removed in 4.0), useCluster
insteadclass
DBSCANClusterer<T extends Clusterable<T>>
Deprecated.As of 3.2 (to be removed in 4.0), useDBSCANClusterer
insteadclass
KMeansPlusPlusClusterer<T extends Clusterable<T>>
Deprecated.As of 3.2 (to be removed in 4.0), useKMeansPlusPlusClusterer
insteadClasses in org.apache.commons.math3.stat.clustering that implement Clusterable Modifier and Type Class Description class
EuclideanDoublePoint
Deprecated.As of 3.2 (to be removed in 4.0), useDoublePoint
insteadclass
EuclideanIntegerPoint
Deprecated.As of 3.2 (to be removed in 4.0), useDoublePoint
instead
-