![]() | Double |
The DoubleParameterizedFunction type exposes the following members.
Name | Description | |
---|---|---|
![]() | DoubleParameterizedFunction | Constructs a DoubleParameterizedFunction object. |
![]() | DoubleParameterizedFunction(Double) | Constructs a DoubleParameterizedFunction object with the given delta to use in the centeral difference method for approximating the gradient with respect to the parameters. |
![]() | DoubleParameterizedFunction(DoubleParameterizedFunction) | Copy constructor. Creates a copy of another DoubleParameterizedFunction. |
Name | Description | |
---|---|---|
![]() | CentralDifferenceDelta | Gets and sets the delta used in the centeral difference method for approximating the gradient with respect to the parameters. |
Name | Description | |
---|---|---|
![]() | Clone | Returns a deep copy of the base. Deriving classes must override this method. |
![]() | Evaluate(DoubleVector, Double) | Evaluates the parameterized function for the given parameter values at the given point. |
![]() | Evaluate(DoubleVector, DoubleVector, DoubleVector) | Evaluates the parameterized function for the given parameter values at the given set of points. |
![]() | GradientWithRespectToParams | Method for calculating the gradient with respect to the parameters while keeping x fixed at the specified value. |