mlpack 3.4.2
Public Member Functions | List of all members
PyOption< T > Class Template Reference

The Python option class. More...

#include <py_option.hpp>

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()

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: