Verwendungen von Schnittstelle
opennlp.tools.ml.maxent.quasinewton.Function
Packages, die Function verwenden
Package
Beschreibung
Package related to ML by means of the Quasi Newton (QN) algorithm.
-
Verwendungen von Function in opennlp.tools.ml.maxent.quasinewton
Klassen in opennlp.tools.ml.maxent.quasinewton, die Function implementierenModifizierer und TypKlasseBeschreibungclass
Evaluate negative log-likelihood and its gradient fromDataIndexer
.class
Evaluate negative log-likelihood and its gradient in parallelstatic class
L2-regularized objectiveFunction
.Methoden in opennlp.tools.ml.maxent.quasinewton mit Parametern vom Typ FunctionModifizierer und TypMethodeBeschreibungstatic void
LineSearch.doConstrainedLineSearch
(Function function, double[] direction, LineSearch.LineSearchResult lsr, double l1Cost, double initialStepSize) Conducts a constrained line search (see section 3.2 in the paper "Scalable Training of L1-Regularized Log-Linear Models", Andrew et al. 2007)static void
LineSearch.doLineSearch
(Function function, double[] direction, LineSearch.LineSearchResult lsr, double initialStepSize) Conducts a backtracking line search (see Nocedal & Wright 2006, Numerical Optimization, p. 37).double[]
Finds the parameters that minimize the objective function.Konstruktoren in opennlp.tools.ml.maxent.quasinewton mit Parametern vom Typ Function