Package | Description |
---|---|
org.tribuo.classification.experiments |
Provides a set of main methods for interacting with classification tasks.
|
org.tribuo.classification.mnb |
Provides an implementation of multinomial naive bayes (i.e., naive bayes for non-negative count data).
|
Class and Description |
---|
MultinomialNaiveBayesOptions
CLI options for a multinomial naive bayes model.
|
Class and 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. |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.