MLPACK  1.0.4
Public Attributes
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 389 of file cli.hpp.


Member Data Documentation

Description of this parameter, if any.

Definition at line 394 of file cli.hpp.

True if the wasPassed value should not be ignored.

Definition at line 402 of file cli.hpp.

Name of this parameter.

Definition at line 392 of file cli.hpp.

Type information of this parameter.

Definition at line 396 of file cli.hpp.

The actual value of this parameter.

Definition at line 398 of file cli.hpp.

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

Definition at line 400 of file cli.hpp.


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