|
mlpack
|
A struct for storing information about a fixed argument. More...
#include <fixed.hpp>
Public Attributes | |
| const T & | value |
| The value of the fixed argument. | |
Static Public Attributes | |
| static const size_t | index = I |
| The index of the fixed argument. | |
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. |
1.8.13