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

int

Methods

GradientAt(double[])

double[] GradientAt(double[] x)

Parameters

x double[]

Returns

double[]

ValueAt(double[])

double ValueAt(double[] x)

Parameters

x double[]

Returns

double