Package | Description |
---|---|
org.apache.ignite.ml.naivebayes.compound |
Contains Compound naive Bayes classifier.
|
org.apache.ignite.ml.naivebayes.gaussian |
Contains Gaussian naive Bayes classifier.
|
Modifier and Type | Method and Description |
---|---|
GaussianNaiveBayesModel |
CompoundNaiveBayesModel.getGaussianModel()
Returns a gaussian model.
|
Modifier and Type | Method and Description |
---|---|
CompoundNaiveBayesModel |
CompoundNaiveBayesModel.withGaussianModel(GaussianNaiveBayesModel gaussianModel)
Sets a gaussian model.
|
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)
Gets state of model in arguments, update in according to new data and return new model.
|
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)
Gets state of model in arguments, update in according to new data and return new model.
|
Modifier and Type | Method and Description |
---|---|
<P> void |
GaussianNaiveBayesModel.saveModel(Exporter<GaussianNaiveBayesModel,P> exporter,
P path)
Save model by the given path.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020