| Package | Description |
|---|---|
| org.apache.ignite.ml.naivebayes.gaussian |
Contains Gaussian naive Bayes classifier.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> GaussianNaiveBayesModel |
GaussianNaiveBayesTrainer.fitWithInitializedDeployingContext(DatasetBuilder<K,V> datasetBuilder,
Preprocessor<K,V> extractor)
Trains model based on the specified data.
|
protected <K,V> GaussianNaiveBayesModel |
GaussianNaiveBayesTrainer.updateModel(GaussianNaiveBayesModel 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 |
GaussianNaiveBayesTrainer.isUpdateable(GaussianNaiveBayesModel mdl) |
protected <K,V> GaussianNaiveBayesModel |
GaussianNaiveBayesTrainer.updateModel(GaussianNaiveBayesModel 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 |
|---|---|
<P> void |
GaussianNaiveBayesModel.saveModel(Exporter<GaussianNaiveBayesModel,P> exporter,
P path)
Save model by the given path.
|
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025