Package opennlp.tools.ml.naivebayes
Package related to ML by means of the Naive Bayes algorithm.
-
Class Summary Class Description BinaryNaiveBayesModelReader ANaiveBayesModelReader
that reads models from a binary format.BinaryNaiveBayesModelWriter ANaiveBayesModelWriter
that writes models in a binary format.LogProbabilities<T> Class implementing the probability distribution over labels returned by a classifier as a log of probabilities.LogProbability<T> A class implementing the logarithmicProbability
for a label.NaiveBayesEvalParameters Specializedparameters
for the evaluation of a naive bayes classifierNaiveBayesModel AMaxentModel
implementation of the multinomial Naive Bayes classifier model.NaiveBayesModelReader The base class for readers ofmodels
.NaiveBayesModelWriter The base class forNaiveBayesModel
writers.NaiveBayesTrainer Trainsmodels
using the combination of EM algorithm and Naive Bayes classifier which is described in:PlainTextNaiveBayesModelReader ANaiveBayesModelReader
that reads models from a plain text format.PlainTextNaiveBayesModelWriter ANaiveBayesModelWriter
that writes models in a plain text format.Probabilities<T> Class implementing the probability distribution over labels returned by a classifier.Probability<T> Class implementing the probability for a label.