Uses of Class
opennlp.tools.ml.maxent.quasinewton.QNModel
Packages that use QNModel
Package
Description
Package related to the I/O functionality of the maxent package including reading
and writing models in several formats.
Package related to ML by means of the Quasi Newton (QN) algorithm.
-
Uses of QNModel in opennlp.tools.ml.maxent.io
Methods in opennlp.tools.ml.maxent.io that return QNModel -
Uses of QNModel in opennlp.tools.ml.maxent.quasinewton
Methods in opennlp.tools.ml.maxent.quasinewton that return QNModelModifier and TypeMethodDescriptionQNTrainer.trainModel
(int iterations, DataIndexer indexer) Trains amodel
using the QN algorithm.