Package | Description |
---|---|
org.apache.ignite.ml.naivebayes.compound |
Contains Compound naive Bayes classifier.
|
Modifier and Type | Method and Description |
---|---|
CompoundNaiveBayesTrainer |
CompoundNaiveBayesTrainer.withDiscreteFeatureIdsToSkip(Collection<Integer> discreteFeatureIdsToSkip)
Sets feature ids to skip in discrete Bayes.
|
CompoundNaiveBayesTrainer |
CompoundNaiveBayesTrainer.withDiscreteNaiveBayesTrainer(DiscreteNaiveBayesTrainer discreteNaiveBayesTrainer)
Sets a discrete trainer.
|
CompoundNaiveBayesTrainer |
CompoundNaiveBayesTrainer.withEnvironmentBuilder(LearningEnvironmentBuilder envBuilder)
Changes learning Environment.
|
CompoundNaiveBayesTrainer |
CompoundNaiveBayesTrainer.withGaussianFeatureIdsToSkip(Collection<Integer> gaussianFeatureIdsToSkip)
Sets feature ids to skip in Gaussian Bayes.
|
CompoundNaiveBayesTrainer |
CompoundNaiveBayesTrainer.withGaussianNaiveBayesTrainer(GaussianNaiveBayesTrainer gaussianNaiveBayesTrainer)
Sets a gaussian trainer.
|
CompoundNaiveBayesTrainer |
CompoundNaiveBayesTrainer.withPriorProbabilities(double[] priorProbabilities)
Sets prior probabilities.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020