| Package | Description |
|---|---|
| org.apache.ignite.ml |
Root ML package.
|
| org.apache.ignite.ml.clustering.kmeans |
Contains kMeans clustering algorithm.
|
| 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.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 |
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 |
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 Fabric : ver. 2.6.0 Release Date : July 10 2018