Namespace AiDotNet.Classification.NaiveBayes
Classes
- BernoulliNaiveBayes<T>
Bernoulli Naive Bayes classifier for binary/boolean features.
- CategoricalNaiveBayes<T>
Categorical Naive Bayes classifier for categorical/discrete features.
- ComplementNaiveBayes<T>
Complement Naive Bayes classifier designed for imbalanced datasets.
- GaussianNaiveBayes<T>
Gaussian Naive Bayes classifier for continuous features.
- MultinomialNaiveBayes<T>
Multinomial Naive Bayes classifier for discrete count data.
- NaiveBayesBase<T>
Provides a base implementation for Naive Bayes classifiers.