Package | Description |
---|---|
org.apache.ignite.ml.clustering.kmeans |
Contains kMeans clustering algorithm.
|
Modifier and Type | Method and Description |
---|---|
KMeansTrainer |
KMeansTrainer.withAmountOfClusters(int k)
Set up the amount of clusters.
|
KMeansTrainer |
KMeansTrainer.withDistance(DistanceMeasure distance)
Set up the distance.
|
KMeansTrainer |
KMeansTrainer.withEnvironmentBuilder(LearningEnvironmentBuilder envBuilder)
Changes learning Environment.
|
KMeansTrainer |
KMeansTrainer.withEpsilon(double epsilon)
Set up the epsilon.
|
KMeansTrainer |
KMeansTrainer.withMaxIterations(int maxIterations)
Set up the max number of iterations before convergence.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024