Interface IFunction
- Namespace
- NOpenNLP.Tools.Ml.Maxent.Quasinewton
- Assembly
- NOpenNLP.Tools.dll
Interface for a function
public interface IFunction
Properties
Dimension
int Dimension { get; }
Property Value
Methods
GradientAt(double[])
double[] GradientAt(double[] x)
Parameters
xdouble[]
Returns
- double[]
ValueAt(double[])
double ValueAt(double[] x)
Parameters
xdouble[]