CVFunctionInputDerivationCalculator Class Reference
Interface class for
calculating the gradient dV(x)/dx. More...
#include <cvfunction.h>
Inheritance diagram for CVFunctionInputDerivationCalculator:
List
of all members.
Detailed Description
Interface class for calculating the gradient dV(x)/dx.
Interface for calcualting the input derivation of a feature
function. The input derivation is calculated in the function
getInputDerivation and written in the given targetVector, which
always has the dimension of the model state (only for continuous
state variables).
- By now there is only the numeric input derivation calculator,
calculating the derivation analytically is supported by feature
v-functions and torch-vfunctions but its not tested, so its
recommended to use the numeric derivation.
Constructor & Destructor Documentation
|
CVFunctionInputDerivationCalculator::CVFunctionInputDerivationCalculator
|
( |
CStateProperties *
|
modelState |
) |
|
|
Member Function Documentation
| virtual void
CVFunctionInputDerivationCalculator::getInputDerivation
|
( |
CStateCollection *
|
state,
|
|
|
ColumnVector * |
targetVector |
|
) |
[pure
virtual] |
|
| unsigned int
CVFunctionInputDerivationCalculator::getNumInputs
|
( |
|
) |
|
|
Member Data Documentation
The documentation for this class was generated from the following
file:
|