Package | Description |
---|---|
org.apache.ignite.ml.svm |
Contains main APIs for SVM(support vector machines) algorithms.
|
Modifier and Type | Method and Description |
---|---|
SVMLinearClassificationModel |
SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel.convert()
Convert JSON string to IgniteModel object.
|
<K,V> SVMLinearClassificationModel |
SVMLinearClassificationTrainer.fitWithInitializedDeployingContext(DatasetBuilder<K,V> datasetBuilder,
Preprocessor<K,V> preprocessor)
Trains model based on the specified data.
|
static SVMLinearClassificationModel |
SVMLinearClassificationModel.fromJSON(Path path)
Loads SVMLinearClassificationModel from JSON file.
|
protected <K,V> SVMLinearClassificationModel |
SVMLinearClassificationTrainer.updateModel(SVMLinearClassificationModel mdl,
DatasetBuilder<K,V> datasetBuilder,
Preprocessor<K,V> preprocessor)
Gets state of model in arguments, update in according to new data and return new model.
|
SVMLinearClassificationModel |
SVMLinearClassificationModel.withIntercept(double intercept)
Set up the intercept.
|
SVMLinearClassificationModel |
SVMLinearClassificationModel.withRawLabels(boolean isKeepingRawLabels)
Set up the output label format.
|
SVMLinearClassificationModel |
SVMLinearClassificationModel.withThreshold(double threshold)
Set up the threshold.
|
SVMLinearClassificationModel |
SVMLinearClassificationModel.withWeights(Vector weights)
Set up the weights.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SVMLinearClassificationTrainer.isUpdateable(SVMLinearClassificationModel mdl) |
protected <K,V> SVMLinearClassificationModel |
SVMLinearClassificationTrainer.updateModel(SVMLinearClassificationModel mdl,
DatasetBuilder<K,V> datasetBuilder,
Preprocessor<K,V> preprocessor)
Gets state of model in arguments, update in according to new data and return new model.
|
Modifier and Type | Method and Description |
---|---|
<P> void |
SVMLinearClassificationModel.saveModel(Exporter<SVMLinearClassificationModel,P> exporter,
P path)
Save model by the given path.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.12.0 Release Date : January 10 2022