A struct for storing information about a fixed argument. More...
Public Attributes | |
const T & | value |
The value of the fixed argument. More... | |
Static Public Attributes | |
static const size_t | index = I |
The index of the fixed argument. More... | |
A struct for storing information about a fixed argument.
Objects of this type are supposed to be passed into the CVFunction constructor.
This struct is not meant to be used directly by users. Rather use the mlpack::hpt::Fixed function.
T | The type of the fixed argument. |
I | The index of the fixed argument. |
|
static |