![]() |
Belle II Software development
|
Options for the PDF MVA method. More...
#include <PDF.h>
Public Member Functions | |
virtual void | load (const boost::property_tree::ptree &pt) override |
Load mechanism (used by Weightfile) to load Options from a xml tree. | |
virtual void | save (boost::property_tree::ptree &pt) const override |
Save mechanism (used by Weightfile) to store Options in a xml tree. | |
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_binning = "frequency" |
which type of binning is performed e.g. | |
std::string | m_mode = "probability" |
mode which defines the final output e.g. | |
unsigned int | m_nBins = 100 |
number of bins used to bin the data | |
|
overridevirtual |
Returns a program options description for all available options.
Implements Options.
Definition at line 40 of file PDF.cc.
|
inlineoverridevirtual |
Return method name.
Implements SpecificOptions.
Definition at line 52 of file PDF.h.
|
overridevirtual |
Load mechanism (used by Weightfile) to load Options from a xml tree.
pt | xml tree |
Implements Options.
Definition at line 19 of file PDF.cc.
|
overridevirtual |
Save mechanism (used by Weightfile) to store Options in a xml tree.
pt | xml tree |
Implements Options.
Definition at line 32 of file PDF.cc.
std::string m_binning = "frequency" |
std::string m_mode = "probability" |