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.
|
org.apache.ignite.ml.knn.classification |
Contains main APIs for kNN classification algorithms.
|
org.apache.ignite.ml.knn.regression |
Contains helper classes for kNN regression 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.withStrategy(NNStrategy stgy)
Set up parameter of the NN model.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
KNNClassificationModel
kNN algorithm model to solve multi-class classification task.
|
Modifier and Type | Class and Description |
---|---|
class |
KNNRegressionModel
This class provides kNN Multiple Linear Regression or Locally [weighted] regression (Simple and Weighted versions).
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019