Package | Description |
---|---|
org.apache.ignite.ml.knn |
Contains main APIs for kNN algorithms.
|
org.apache.ignite.ml.knn.ann |
Contains main APIs for ANN classification algorithms.
|
Modifier and Type | Method and Description |
---|---|
NNClassificationModel |
NNClassificationModel.withDistanceMeasure(DistanceMeasure distanceMeasure)
Set up parameter of the NN model.
|
NNClassificationModel |
NNClassificationModel.withK(int k)
Set up parameter of the NN model.
|
NNClassificationModel |
NNClassificationModel.withWeighted(boolean weighted)
Sets up
weighted parameter. |
Modifier and Type | Method and Description |
---|---|
protected void |
NNClassificationModel.copyParametersFrom(NNClassificationModel mdl)
Sets parameters from other model to this model.
|
Modifier and Type | Class and Description |
---|---|
class |
ANNClassificationModel
ANN model to predict labels in multi-class classification task.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024