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.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.
|
ANNClassificationTrainer |
ANNClassificationTrainer.withSeed(long seed)
Set up the seed.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019