Verwendungen von Klasse
opennlp.tools.ml.AbstractEventTrainer
Packages, die AbstractEventTrainer verwenden
Package
Beschreibung
Package related to ML by means of the Maximum Entropy (ME) algorithm.
Package related to ML by means of the Quasi Newton (QN) algorithm.
Package related to ML by means of the Naive Bayes algorithm.
Package related to ML by means of the perceptron algorithm.
-
Verwendungen von AbstractEventTrainer in opennlp.tools.ml.maxent
Unterklassen von AbstractEventTrainer in opennlp.tools.ml.maxentModifizierer und TypKlasseBeschreibungclass
An implementation of Generalized Iterative Scaling (GIS). -
Verwendungen von AbstractEventTrainer in opennlp.tools.ml.maxent.quasinewton
Unterklassen von AbstractEventTrainer in opennlp.tools.ml.maxent.quasinewton -
Verwendungen von AbstractEventTrainer in opennlp.tools.ml.naivebayes
Unterklassen von AbstractEventTrainer in opennlp.tools.ml.naivebayesModifizierer und TypKlasseBeschreibungclass
Trainsmodels
using the combination of EM algorithm and Naive Bayes classifier which is described in: -
Verwendungen von AbstractEventTrainer in opennlp.tools.ml.perceptron
Unterklassen von AbstractEventTrainer in opennlp.tools.ml.perceptron