![]() |
Belle II Software
release-05-01-25
|
Abstract base class of all Options given to the MVA interface. More...
#include <Options.h>
Public Member Functions | |
virtual void | load (const boost::property_tree::ptree &pt)=0 |
Load mechanism (used by Weightfile) to load Options from a xml tree. More... | |
virtual void | save (boost::property_tree::ptree &pt) const =0 |
Save mechanism (used by Weightfile) to store Options in a xml tree. More... | |
virtual po::options_description | getDescription ()=0 |
Returns a program options description for all available options. | |
virtual | ~Options ()=default |
Virtual default destructor. | |
Abstract base class of all Options given to the MVA interface.
|
pure virtual |
Load mechanism (used by Weightfile) to load Options from a xml tree.
pt | xml tree |
Implemented in TMVAOptionsMulticlass, MetaOptions, TMVAOptionsClassification, GeneralOptions, FastBDTOptions, PythonOptions, RegressionOptions< BaseClassifierOptions >, RegressionOptions< FastBDTOptions >, TMVAOptions, FANNOptions, PDFOptions, CombinationOptions, ReweighterOptions, and TrivialOptions.
|
pure virtual |
Save mechanism (used by Weightfile) to store Options in a xml tree.
pt | xml tree |
Implemented in TMVAOptionsMulticlass, MetaOptions, TMVAOptionsClassification, GeneralOptions, FastBDTOptions, PythonOptions, TMVAOptions, RegressionOptions< BaseClassifierOptions >, RegressionOptions< FastBDTOptions >, FANNOptions, PDFOptions, CombinationOptions, ReweighterOptions, and TrivialOptions.