Belle II Software
release-08-01-10
|
Options for the TMVA MVA method. More...
#include <TMVA.h>
Public Member Functions | |
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. | |
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. More... | |
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. | |
|
overridevirtual |
Load mechanism to load Options from a xml tree.
pt | xml tree |
Implements Options.
Reimplemented in TMVAOptionsMulticlass, and TMVAOptionsClassification.
Definition at line 27 of file TMVA.cc.
|
overridevirtual |
Save mechanism to store Options in a xml tree.
pt | xml tree |
Implements Options.
Reimplemented in TMVAOptionsMulticlass, and TMVAOptionsClassification.
std::string m_config |