JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
org.tribuo.classification.mnb
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Related Packages
Classes and Interfaces
Package org.tribuo.classification.mnb
package
org.tribuo.classification.mnb
Provides an implementation of multinomial naive bayes (i.e., naive bayes for non-negative count data).
Related Packages
Package
Description
org.tribuo.classification
Provides classes and infrastructure for multiclass classification problems.
Classes
Class
Description
MultinomialNaiveBayesModel
A
Model
for multinomial Naive Bayes with Laplace smoothing.
MultinomialNaiveBayesOptions
CLI options for a multinomial naive bayes model.
MultinomialNaiveBayesTrainer
A
Trainer
which trains a multinomial Naive Bayes model with Laplace smoothing.
TrainTest
Build and run a multinomial naive bayes classifier for a standard dataset.
TrainTest.TrainTestOptions