Uses of Interface
opennlp.maxent.quasinewton.DifferentiableFunction

Packages that use DifferentiableFunction
opennlp.maxent.quasinewton   
 

Uses of DifferentiableFunction in opennlp.maxent.quasinewton
 

Classes in opennlp.maxent.quasinewton that implement DifferentiableFunction
 class LogLikelihoodFunction
          Evaluate log likelihood and its gradient from DataIndexer.
 

Methods in opennlp.maxent.quasinewton with parameters of type DifferentiableFunction
static LineSearchResult LineSearch.doLineSearch(DifferentiableFunction function, double[] direction, LineSearchResult lsr)
           
static LineSearchResult LineSearch.doLineSearch(DifferentiableFunction function, double[] direction, LineSearchResult lsr, boolean verbose)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.