Package | Description |
---|---|
org.apache.ignite.ml.clustering.gmm |
Contains Gauss Mixture Model clustering algorithm (see
GmmModel ). |
Modifier and Type | Method and Description |
---|---|
<K,V> GmmModel |
GmmTrainer.fitWithInitializedDeployingContext(DatasetBuilder<K,V> datasetBuilder,
Preprocessor<K,V> extractor)
Trains model based on the specified data.
|
protected <K,V> GmmModel |
GmmTrainer.updateModel(GmmModel mdl,
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 |
GmmTrainer.isUpdateable(GmmModel mdl) |
protected <K,V> GmmModel |
GmmTrainer.updateModel(GmmModel mdl,
DatasetBuilder<K,V> datasetBuilder,
Preprocessor<K,V> extractor)
Trains new model taken previous one as a first approximation.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024