10#include <mva/methods/Regression.h>
11#include <mva/methods/FastBDT.h>
25 std::string
getMethod()
const override {
return "RegressionFastBDT"; }
29 using RegressionFastBDTTeacher = RegressionTeacher<FastBDTTeacher, RegressionFastBDTOptions>;
32 using RegressionFastBDTExpert = RegressionExpert<FastBDTExpert, RegressionFastBDTOptions>;
Explicit template specification for FastBDTs for regression options.
std::string getMethod() const override
Return a correct name for this method.
Generic options of the Regression MVA methods hosting the number of bins (and the base classifier opt...
Abstract base class for different kinds of events.