Package | Description |
---|---|
org.apache.ignite.ml.knn.ann |
Contains main APIs for ANN classification algorithms.
|
Modifier and Type | Method and Description |
---|---|
ANNClassificationTrainer |
ANNClassificationTrainer.withDistance(DistanceMeasure distance)
Set up the distance.
|
ANNClassificationTrainer |
ANNClassificationTrainer.withEnvironmentBuilder(LearningEnvironmentBuilder envBuilder)
Changes learning Environment.
|
ANNClassificationTrainer |
ANNClassificationTrainer.withEpsilon(double epsilon)
Set up the epsilon.
|
ANNClassificationTrainer |
ANNClassificationTrainer.withK(int k)
Set up the amount of clusters.
|
ANNClassificationTrainer |
ANNClassificationTrainer.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