Verwendungen von Klasse
opennlp.tools.ml.maxent.GISModel
Packages, die GISModel verwenden
Package
Beschreibung
Package related to ML by means of the Maximum Entropy (ME) algorithm.
-
Verwendungen von GISModel in opennlp.tools.ml.maxent
Methoden in opennlp.tools.ml.maxent, die GISModel zurückgebenModifizierer und TypMethodeBeschreibungGISTrainer.trainModel
(int iterations, DataIndexer di) Trains a model using the GIS algorithm.GISTrainer.trainModel
(int iterations, DataIndexer di, int threads) Trains a model using the GIS algorithm.GISTrainer.trainModel
(int iterations, DataIndexer di, Prior modelPrior, int threads) Trains a model using the GIS algorithm.GISTrainer.trainModel
(ObjectStream<Event> eventStream) Trains a model using the GIS algorithm, assuming 100 iterations and no cutoff.GISTrainer.trainModel
(ObjectStream<Event> eventStream, int iterations, int cutoff) Trains a GIS model on the event in the specified event stream, using the specified number of iterations and the specified count cutoff.