Package | Description |
---|---|
org.apache.ignite.ml.multiclass |
Contains various multi-classifier models and trainers.
|
Modifier and Type | Method and Description |
---|---|
<K,V> MultiClassModel<M> |
OneVsRestTrainer.fitWithInitializedDeployingContext(DatasetBuilder<K,V> datasetBuilder,
Preprocessor<K,V> extractor)
Trains model based on the specified data.
|
protected <K,V> MultiClassModel<M> |
OneVsRestTrainer.updateModel(MultiClassModel<M> newMdl,
DatasetBuilder<K,V> datasetBuilder,
Preprocessor<K,V> extractor)
Trains new model taken previous one as a first approximation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OneVsRestTrainer.isUpdateable(MultiClassModel<M> mdl) |
protected <K,V> MultiClassModel<M> |
OneVsRestTrainer.updateModel(MultiClassModel<M> newMdl,
DatasetBuilder<K,V> datasetBuilder,
Preprocessor<K,V> extractor)
Trains new model taken previous one as a first approximation.
|
Modifier and Type | Method and Description |
---|---|
<P> void |
MultiClassModel.saveModel(Exporter<MultiClassModel,P> exporter,
P path)
Save model by the given path.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024