Package | Description |
---|---|
org.apache.ignite.ml.clustering.kmeans |
Contains kMeans clustering algorithm.
|
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.
|
org.apache.ignite.ml.regressions.linear |
Contains various linear regressions.
|
org.apache.ignite.ml.regressions.logistic.binomial |
Contains binomial logistic regression.
|
org.apache.ignite.ml.regressions.logistic.multiclass |
Contains multi-class logistic regression.
|
org.apache.ignite.ml.svm |
Contains main APIs for SVM(support vector machines) algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
KMeansTrainer
The trainer for KMeans algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
ANNClassificationTrainer
ANN algorithm trainer to solve multi-class classification task.
|
Modifier and Type | Class and Description |
---|---|
class |
KNNClassificationTrainer
kNN algorithm trainer to solve multi-class classification task.
|
Modifier and Type | Class and Description |
---|---|
class |
KNNRegressionTrainer
kNN algorithm trainer to solve regression task.
|
Modifier and Type | Class and Description |
---|---|
class |
LinearRegressionLSQRTrainer
Trainer of the linear regression model based on LSQR algorithm.
|
class |
LinearRegressionSGDTrainer<P extends Serializable>
Trainer of the linear regression model based on stochastic gradient descent algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
LogisticRegressionSGDTrainer<P extends Serializable>
Trainer of the logistic regression model based on stochastic gradient descent algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
LogRegressionMultiClassTrainer<P extends Serializable>
All common parameters are shared with bunch of binary classification trainers.
|
Modifier and Type | Class and Description |
---|---|
class |
SVMLinearBinaryClassificationTrainer
Base class for a soft-margin SVM linear classification trainer based on the communication-efficient distributed dual
coordinate ascent algorithm (CoCoA) with hinge-loss function.
|
class |
SVMLinearMultiClassClassificationTrainer
Base class for a soft-margin SVM linear multiclass-classification trainer based on the communication-efficient
distributed dual coordinate ascent algorithm (CoCoA) with hinge-loss function.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019