Uses of Package
opennlp.tools.ml.maxent.quasinewton
Packages that use opennlp.tools.ml.maxent.quasinewton
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.
-
Classes in opennlp.tools.ml.maxent.quasinewton used by opennlp.tools.ml.maxent.ioClassDescriptionA
maximum entropy model
which has been trained via the L-BFGS algorithm , which belongs to the group of Quasi Newton (QN) algorithms. -
Classes in opennlp.tools.ml.maxent.quasinewton used by opennlp.tools.ml.maxent.quasinewtonClassDescriptionInterface for a function.Represents a
LineSearch
result encapsulating the relevant data at a point in time during computation.Evaluates negative log-likelihood and its gradient fromDataIndexer
.Evaluate the quality of training parameters.Amaximum entropy model
which has been trained via the L-BFGS algorithm , which belongs to the group of Quasi Newton (QN) algorithms.