Belle II Software  release-08-01-10
RegressionFastBDTOptions Class Reference

Explicit template specification for FastBDTs for regression options. More...

#include <RegressionFastBDT.h>

Inheritance diagram for RegressionFastBDTOptions:
Collaboration diagram for RegressionFastBDTOptions:

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 FastBDTOptionsgetBaseClassifierOptions () const
 Return options of the base classifier (const version)
 
FastBDTOptionsgetBaseClassifierOptions ()
 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.
 

Detailed Description

Explicit template specification for FastBDTs for regression options.

Definition at line 22 of file RegressionFastBDT.h.


The documentation for this class was generated from the following file: