Package opennlp.tools.ml.naivebayes
Package related to ML by means of the Naive Bayes algorithm.
-
Class Summary Class Description BinaryNaiveBayesModelReader ANaiveBayesModelReaderthat reads models from a binary format.BinaryNaiveBayesModelWriter ANaiveBayesModelWriterthat 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 logarithmicProbabilityfor a label.NaiveBayesEvalParameters Specializedparametersfor the evaluation of a naive bayes classifierNaiveBayesModel AMaxentModelimplementation of the multinomial Naive Bayes classifier model.NaiveBayesModelReader The base class for readers ofmodels.NaiveBayesModelWriter The base class forNaiveBayesModelwriters.NaiveBayesTrainer Trainsmodelsusing the combination of EM algorithm and Naive Bayes classifier which is described in:PlainTextNaiveBayesModelReader ANaiveBayesModelReaderthat reads models from a plain text format.PlainTextNaiveBayesModelWriter ANaiveBayesModelWriterthat 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.