All Classes and Interfaces

Classes
Class
Description
A NaiveBayesModelReader that reads models from a binary format.
A NaiveBayesModelWriter that writes models in a binary format.
Class implementing the probability distribution over labels returned by a classifier as a log of probabilities.
A class implementing the logarithmic Probability for a label.
Specialized parameters for the evaluation of a naive bayes classifier
A MaxentModel implementation of the multinomial Naive Bayes classifier model.
The base class for readers of models.
The base class for NaiveBayesModel writers.
Trains models using the combination of EM algorithm and Naive Bayes classifier which is described in:
A NaiveBayesModelReader that reads models from a plain text format.
A NaiveBayesModelWriter that writes models in a plain text format.
Class implementing the probability distribution over labels returned by a classifier.
Class implementing the probability for a label.