SYNOPSIS
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.
Detailed Description
Aids in the extensibility of CLI by focusing potential changes into one structure.
Definition at line 390 of file cli.hpp.
Member Data Documentation
std::string mlpack::ParamData::desc
Description of this parameter, if any.
Definition at line 395 of file cli.hpp.
bool mlpack::ParamData::isFlag
True if the wasPassed value should not be ignored.
Definition at line 403 of file cli.hpp.
std::string mlpack::ParamData::name
Name of this parameter.
Definition at line 393 of file cli.hpp.
std::string mlpack::ParamData::tname
Type information of this parameter.
Definition at line 397 of file cli.hpp.
boost::any mlpack::ParamData::value
The actual value of this parameter.
Definition at line 399 of file cli.hpp.
bool mlpack::ParamData::wasPassed
True if this parameter was passed in via command line or file.
Definition at line 401 of file cli.hpp.
Author
Generated automatically by Doxygen for MLPACK from the source code.