Uses of Enum
org.hipparchus.clustering.KMeansPlusPlusClusterer.EmptyClusterStrategy
-
Uses of KMeansPlusPlusClusterer.EmptyClusterStrategy in org.hipparchus.clustering
Modifier and TypeMethodDescriptionKMeansPlusPlusClusterer.getEmptyClusterStrategy()
Returns theKMeansPlusPlusClusterer.EmptyClusterStrategy
used by this instance.Returns the enum constant of this type with the specified name.KMeansPlusPlusClusterer.EmptyClusterStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionKMeansPlusPlusClusterer
(int k, int maxIterations, DistanceMeasure measure, RandomGenerator random, KMeansPlusPlusClusterer.EmptyClusterStrategy emptyStrategy) Build a clusterer.