opennlp.maxent.quasinewton
Interface Function

All Known Subinterfaces:
DifferentiableFunction
All Known Implementing Classes:
LogLikelihoodFunction

public interface Function

interface for a function.


Method Summary
 int getDomainDimension()
           
 double valueAt(double[] x)
           
 

Method Detail

valueAt

double valueAt(double[] x)

getDomainDimension

int getDomainDimension()


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