Uses of Enum
org.apache.commons.math3.ml.clustering.KMeansPlusPlusClusterer.EmptyClusterStrategy
Packages that use KMeansPlusPlusClusterer.EmptyClusterStrategy
-
Uses of KMeansPlusPlusClusterer.EmptyClusterStrategy in org.apache.commons.math3.ml.clustering
Subclasses with type arguments of type KMeansPlusPlusClusterer.EmptyClusterStrategy in org.apache.commons.math3.ml.clusteringModifier and TypeClassDescriptionstatic enumStrategies to use for replacing an empty cluster.Fields in org.apache.commons.math3.ml.clustering declared as KMeansPlusPlusClusterer.EmptyClusterStrategyModifier and TypeFieldDescriptionprivate final KMeansPlusPlusClusterer.EmptyClusterStrategyKMeansPlusPlusClusterer.emptyStrategySelected strategy for empty clusters.Methods in org.apache.commons.math3.ml.clustering that return KMeansPlusPlusClusterer.EmptyClusterStrategyModifier and TypeMethodDescriptionKMeansPlusPlusClusterer.getEmptyClusterStrategy()Returns theKMeansPlusPlusClusterer.EmptyClusterStrategyused 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.Constructors in org.apache.commons.math3.ml.clustering with parameters of type KMeansPlusPlusClusterer.EmptyClusterStrategyModifierConstructorDescriptionKMeansPlusPlusClusterer(int k, int maxIterations, DistanceMeasure measure, RandomGenerator random, KMeansPlusPlusClusterer.EmptyClusterStrategy emptyStrategy) Build a clusterer.