![]() |
Belle II Software development
|
Options for the TMVA Regression MVA method. More...
#include <TMVA.h>
Public Member Functions | |
TMVAOptionsRegression () | |
Constructor Adds REgression as AnalysisType to the factoryOptions. | |
virtual std::string | getMethod () const override |
Return method name. | |
virtual void | load (const boost::property_tree::ptree &pt) override |
Load mechanism to load Options from a xml tree. | |
virtual void | save (boost::property_tree::ptree &pt) const override |
Save mechanism to store Options in a xml tree. | |
virtual po::options_description | getDescription () override |
Returns a program options description for all available options. | |
Public Attributes | |
std::string | m_method = "BDT" |
tmva method name | |
std::string | m_type = "BDT" |
tmva method type | |
std::string | m_config |
TMVA config string for the chosen method. | |
std::string | m_factoryOption = "!V:!Silent:Color:DrawProgressBar" |
Factory options passed to tmva factory. | |
std::string | m_prepareOption = "SplitMode=random:!V" |
Prepare options passed to prepareTrainingAndTestTree method. | |
std::string | m_workingDirectory = "" |
Working directory of TMVA, if empty a temporary directory is used. | |
std::string | m_prefix = "TMVA" |
Prefix used for all files generated by TMVA. | |
|
inline |
|
overridevirtualinherited |
Returns a program options description for all available options.
Implements Options.
Reimplemented in TMVAOptionsClassification, and TMVAOptionsMulticlass.
Definition at line 55 of file TMVA.cc.
|
inlineoverridevirtual |
Return method name.
Reimplemented from TMVAOptions.
Definition at line 181 of file TMVA.h.
|
overridevirtualinherited |
Load mechanism to load Options from a xml tree.
pt | xml tree |
Implements Options.
Reimplemented in TMVAOptionsClassification, and TMVAOptionsMulticlass.
Definition at line 27 of file TMVA.cc.
|
overridevirtualinherited |
Save mechanism to store Options in a xml tree.
pt | xml tree |
Implements Options.
Reimplemented in TMVAOptionsClassification, and TMVAOptionsMulticlass.
Definition at line 43 of file TMVA.cc.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |