MLPACK
1.0.4
|
Aids in the extensibility of CLI by focusing potential changes into one structure. More...
Public Attributes | |
std::string | desc |
Description of this parameter, if any. | |
bool | isFlag |
True if the wasPassed value should not be ignored. | |
std::string | name |
Name of this parameter. | |
std::string | tname |
Type information of this parameter. | |
boost::any | value |
The actual value of this parameter. | |
bool | wasPassed |
True if this parameter was passed in via command line or file. |
Aids in the extensibility of CLI by focusing potential changes into one structure.
std::string mlpack::ParamData::desc |
std::string mlpack::ParamData::name |
std::string mlpack::ParamData::tname |
boost::any mlpack::ParamData::value |