mlpack  3.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
PyOption< T > Class Template Reference

The Python option class. More...

Public Member Functions

 PyOption (const T defaultValue, const std::string &identifier, const std::string &description, const std::string &alias, const std::string &cppName, const bool required=false, const bool input=true, const bool noTranspose=false, const std::string &="")
 Construct a PyOption object. More...
 

Detailed Description

template<typename T>
class mlpack::bindings::python::PyOption< T >

The Python option class.

Definition at line 37 of file py_option.hpp.

Constructor & Destructor Documentation

PyOption ( const T  defaultValue,
const std::string identifier,
const std::string description,
const std::string alias,
const std::string cppName,
const bool  required = false,
const bool  input = true,
const bool  noTranspose = false,
const std::string = "" 
)
inline

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