Package org.apache.ignite.examples.ml.naivebayes
ML naive Bayes classifier examples.
-
Class Summary Class Description CompoundNaiveBayesExample Run naive Compound Bayes classification model based on Nnaive Bayes classifier algorithm (GaussianNaiveBayesTrainer)and Discrete naive Bayes classifier algorithm (DiscreteNaiveBayesTrainer) over distributed cache.DiscreteNaiveBayesTrainerExample Run naive Bayes classification model based on naive Bayes classifier algorithm (DiscreteNaiveBayesTrainer) over distributed cache.GaussianNaiveBayesTrainerExample Run naive Bayes classification model based on naive Bayes classifier algorithm (GaussianNaiveBayesTrainer) over distributed cache.