Package ai.sklearn4j.naive_bayes
-
Class Summary Class Description BaseNaiveBayes Abstract base class for naive Bayes estimatorsBernoulliNaiveBayes Naive Bayes classifier for bernoulli distributed models.CategoricalNaiveBayes Naive Bayes classifier for categorical features.ComplementNaiveBayes Naive Bayes classifier for complement distributed models.GaussianNaiveBayes Naive Bayes classifier for normal distributed models.MultinomialNaiveBayes Naive Bayes classifier for multinomial distributed models.