Package | Description |
---|---|
org.apache.commons.math3.stat.clustering |
All classes and sub-packages of this package are deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Cluster<T extends Clusterable<T>>
Deprecated.
As of 3.2 (to be removed in 4.0),
use
Cluster instead |
class |
DBSCANClusterer<T extends Clusterable<T>>
Deprecated.
As of 3.2 (to be removed in 4.0),
use
DBSCANClusterer instead |
class |
KMeansPlusPlusClusterer<T extends Clusterable<T>>
Deprecated.
As of 3.2 (to be removed in 4.0),
use
KMeansPlusPlusClusterer instead |
Modifier and Type | Class and Description |
---|---|
class |
EuclideanDoublePoint
Deprecated.
As of 3.2 (to be removed in 4.0),
use
DoublePoint instead |
class |
EuclideanIntegerPoint
Deprecated.
As of 3.2 (to be removed in 4.0),
use
DoublePoint instead |
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.