mlpack::ParamData Struct Reference

Aids in the extensibility of CLI by focusing potential changes into one structure. More...

List of all members.

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

Description of this parameter, if any.

Definition at line 395 of file cli.hpp.

True if the wasPassed value should not be ignored.

Definition at line 403 of file cli.hpp.

Name of this parameter.

Definition at line 393 of file cli.hpp.

Type information of this parameter.

Definition at line 397 of file cli.hpp.

The actual value of this parameter.

Definition at line 399 of file cli.hpp.

True if this parameter was passed in via command line or file.

Definition at line 401 of file cli.hpp.


The documentation for this struct was generated from the following file:

Generated on 13 Aug 2014 for MLPACK by  doxygen 1.6.1