Belle II Software development
|
Explicit template specification for FastBDTs for regression options. More...
#include <RegressionFastBDT.h>
Public Member Functions | |
std::string | getMethod () const override |
Return a correct name for this method. | |
void | load (const boost::property_tree::ptree &pt) override |
Load the options from a boost property tree. Only loads the maximal bin number. | |
void | save (boost::property_tree::ptree &pt) const override |
Save the options from a boost property tree. Only saves the maximal bin number. | |
po::options_description | getDescription () override |
Get the descriptions for these options. | |
const FastBDTOptions & | getBaseClassifierOptions () const |
Return options of the base classifier (const version) | |
FastBDTOptions & | getBaseClassifierOptions () |
Return options of the base classifier (non-const version) | |
unsigned int | getMaximalBinNumber () const |
Return the number of bins to use. | |
void | setMaximalBinNumber (unsigned int maximalBinNumber) |
Set the number of bins to use. | |
Private Attributes | |
FastBDTOptions | m_baseClassifierOptions |
Options of the base classifier. | |
unsigned int | m_numberOfBins |
How many bins to use. | |
Explicit template specification for FastBDTs for regression options.
Definition at line 22 of file RegressionFastBDT.h.
|
inherited |
Return options of the base classifier (non-const version)
Definition at line 49 of file Regression.h.
|
inherited |
Return options of the base classifier (const version)
Definition at line 46 of file Regression.h.
|
overridevirtualinherited |
Get the descriptions for these options.
Implements Options.
Definition at line 43 of file Regression.h.
|
inherited |
Return the number of bins to use.
Definition at line 52 of file Regression.h.
|
inlineoverridevirtual |
Return a correct name for this method.
Implements SpecificOptions.
Definition at line 25 of file RegressionFastBDT.h.
|
overridevirtualinherited |
Load the options from a boost property tree. Only loads the maximal bin number.
Implements Options.
Definition at line 37 of file Regression.h.
|
overridevirtualinherited |
Save the options from a boost property tree. Only saves the maximal bin number.
Implements Options.
Definition at line 40 of file Regression.h.
|
inherited |
Set the number of bins to use.
Definition at line 55 of file Regression.h.
|
privateinherited |
Options of the base classifier.
Definition at line 59 of file Regression.h.
|
privateinherited |
How many bins to use.
Definition at line 61 of file Regression.h.