Package | Description |
---|---|
org.hipparchus.clustering |
Clustering algorithms.
|
Modifier and Type | Method | Description |
---|---|---|
KMeansPlusPlusClusterer.EmptyClusterStrategy |
KMeansPlusPlusClusterer.getEmptyClusterStrategy() |
Returns the
KMeansPlusPlusClusterer.EmptyClusterStrategy used by this instance. |
static KMeansPlusPlusClusterer.EmptyClusterStrategy |
KMeansPlusPlusClusterer.EmptyClusterStrategy.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static KMeansPlusPlusClusterer.EmptyClusterStrategy[] |
KMeansPlusPlusClusterer.EmptyClusterStrategy.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor | Description |
---|---|
KMeansPlusPlusClusterer(int k,
int maxIterations,
DistanceMeasure measure,
RandomGenerator random,
KMeansPlusPlusClusterer.EmptyClusterStrategy emptyStrategy) |
Build a clusterer.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.