Options for the Python MVA method.
More...
#include <Python.h>
|
| virtual void | load (const boost::property_tree::ptree &pt) override |
| | Load mechanism to load Options from a xml tree. More...
|
| |
| virtual void | save (boost::property_tree::ptree &pt) const override |
| | Save mechanism to store Options in a xml tree. More...
|
| |
|
virtual po::options_description | getDescription () override |
| | Returns a program options description for all available options.
|
| |
|
virtual std::string | getMethod () const override |
| | Return method name.
|
| |
|
| std::string | m_framework = "sklearn" |
| | framework to use e.g. More...
|
| |
|
std::string | m_steering_file = "" |
| | steering file provided by the user to override the functions in the framework
|
| |
|
std::string | m_config = "null" |
| | Config string in json, which is passed to the get model function.
|
| |
|
unsigned int | m_mini_batch_size = 0 |
| | Mini batch size, 0 passes the whole data in one call.
|
| |
|
unsigned int | m_nIterations = 1 |
| | Number of iterations trough the whole data.
|
| |
|
double | m_training_fraction = 1.0 |
| | Fraction of data passed as training data, rest is passed as test data.
|
| |
|
bool | m_normalize = false |
| | Normalize the inputs (shift mean to zero and std to 1)
|
| |
Options for the Python MVA method.
Definition at line 54 of file Python.h.
◆ load()
| void load |
( |
const boost::property_tree::ptree & |
pt | ) |
|
|
overridevirtual |
◆ save()
| void save |
( |
boost::property_tree::ptree & |
pt | ) |
const |
|
overridevirtual |
◆ m_framework
| std::string m_framework = "sklearn" |
framework to use e.g.
sklearn, xgboost, theano, tensorflow, ...
Definition at line 79 of file Python.h.
The documentation for this class was generated from the following files: