Uses of Package
opennlp.tools.ml.maxent.quasinewton
-
Packages that use opennlp.tools.ml.maxent.quasinewton Package Description opennlp.tools.ml.maxent.io Package related to the I/O functionality of the maxent package including reading and writing models in several formats.opennlp.tools.ml.maxent.quasinewton 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.io Class Description QNModel A maximum entropy model which has been trained using the Quasi Newton (QN) algorithm. -
Classes in opennlp.tools.ml.maxent.quasinewton used by opennlp.tools.ml.maxent.quasinewton Class Description Function Interface for a function.LineSearch.LineSearchResult Represents a LineSearch result.NegLogLikelihood Evaluate negative log-likelihood and its gradient fromDataIndexer
.QNMinimizer.Evaluator Evaluate quality of training parameters.QNModel A maximum entropy model which has been trained using the Quasi Newton (QN) algorithm.