Uses of Class
org.apache.commons.math4.legacy.ml.clustering.KMeansPlusPlusClusterer.EmptyClusterStrategy
-
Packages that use KMeansPlusPlusClusterer.EmptyClusterStrategy Package Description org.apache.commons.math4.legacy.ml.clustering Clustering algorithms. -
-
Uses of KMeansPlusPlusClusterer.EmptyClusterStrategy in org.apache.commons.math4.legacy.ml.clustering
Methods in org.apache.commons.math4.legacy.ml.clustering that return KMeansPlusPlusClusterer.EmptyClusterStrategy Modifier and Type Method Description 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.Constructors in org.apache.commons.math4.legacy.ml.clustering with parameters of type KMeansPlusPlusClusterer.EmptyClusterStrategy Constructor Description ElkanKMeansPlusPlusClusterer(int k, int maxIterations, DistanceMeasure measure, org.apache.commons.rng.UniformRandomProvider random, KMeansPlusPlusClusterer.EmptyClusterStrategy emptyStrategy)
KMeansPlusPlusClusterer(int k, int maxIterations, DistanceMeasure measure, org.apache.commons.rng.UniformRandomProvider random, KMeansPlusPlusClusterer.EmptyClusterStrategy emptyStrategy)
Build a clusterer.MiniBatchKMeansClusterer(int k, int maxIterations, int batchSize, int initIterations, int initBatchSize, int maxNoImprovementTimes, DistanceMeasure measure, org.apache.commons.rng.UniformRandomProvider random, KMeansPlusPlusClusterer.EmptyClusterStrategy emptyStrategy)
Build a clusterer.
-