Package | Description |
---|---|
org.apache.ignite.ml.knn.ann |
Contains main APIs for ANN classification algorithms.
|
Modifier and Type | Method and Description |
---|---|
LabeledVectorSet<ProbableLabel,LabeledVector> |
ANNModelFormat.getCandidates() |
LabeledVectorSet<ProbableLabel,LabeledVector> |
ANNClassificationModel.getCandidates() |
Constructor and Description |
---|
ANNClassificationModel(LabeledVectorSet<ProbableLabel,LabeledVector> centers,
ANNClassificationTrainer.CentroidStat centroindsStat)
Build the model based on a candidates set.
|
ANNModelFormat(int k,
DistanceMeasure measure,
NNStrategy stgy,
LabeledVectorSet<ProbableLabel,LabeledVector> candidates,
ANNClassificationTrainer.CentroidStat candidatesStat)
Creates an instance.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019