Package | Description |
---|---|
org.apache.ignite.ml |
Root ML package.
|
org.apache.ignite.ml.clustering.kmeans |
Contains kMeans clustering algorithm.
|
org.apache.ignite.ml.composition |
Contains classes for ensemble of models implementation.
|
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.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 |
FileExporter<D>
Implementation of exporter to/from file.
|
Modifier and Type | Method and Description |
---|---|
<P> void |
Exportable.saveModel(Exporter<D,P> exporter,
P path)
Save model by the given path.
|
Modifier and Type | Method and Description |
---|---|
<P> void |
KMeansModel.saveModel(Exporter<KMeansModelFormat,P> exporter,
P path)
Save model by the given path.
|
Modifier and Type | Method and Description |
---|---|
<P> void |
ModelsComposition.saveModel(Exporter<ModelsCompositionFormat,P> exporter,
P path)
Save model by the given path.
|
Modifier and Type | Method and Description |
---|---|
abstract <P> void |
NNClassificationModel.saveModel(Exporter<KNNModelFormat,P> exporter,
P path) |
Modifier and Type | Method and Description |
---|---|
<P> void |
ANNClassificationModel.saveModel(Exporter<KNNModelFormat,P> exporter,
P path) |
Modifier and Type | Method and Description |
---|---|
<P> void |
KNNClassificationModel.saveModel(Exporter<KNNModelFormat,P> exporter,
P path) |
Modifier and Type | Method and Description |
---|---|
<P> void |
LinearRegressionModel.saveModel(Exporter<LinearRegressionModel,P> exporter,
P path)
Save model by the given path.
|
Modifier and Type | Method and Description |
---|---|
<P> void |
LogisticRegressionModel.saveModel(Exporter<LogisticRegressionModel,P> exporter,
P path)
Save model by the given path.
|
Modifier and Type | Method and Description |
---|---|
<P> void |
LogRegressionMultiClassModel.saveModel(Exporter<LogRegressionMultiClassModel,P> exporter,
P path)
Save model by the given path.
|
Modifier and Type | Method and Description |
---|---|
<P> void |
SVMLinearBinaryClassificationModel.saveModel(Exporter<SVMLinearBinaryClassificationModel,P> exporter,
P path)
Save model by the given path.
|
<P> void |
SVMLinearMultiClassClassificationModel.saveModel(Exporter<SVMLinearMultiClassClassificationModel,P> exporter,
P path)
Save model by the given path.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019