Factory This is the main MVA steering class: it creates all MVA methods, and guides them through the training, testing and evaluation phases
~Factory() | |
static ROOT::Math::DistSampler* | CreateDistSampler(const string& samplerType = "") |
static ROOT::Math::Minimizer* | CreateMinimizer(const string& minimizerType = "", const string& algoType = "") |
ROOT::Math::Factory | Factory() |
ROOT::Math::Factory | Factory(const ROOT::Math::Factory&) |
ROOT::Math::Factory | Factory(ROOT::Math::Factory&&) |
ROOT::Math::Factory& | operator=(const ROOT::Math::Factory&) |
ROOT::Math::Factory& | operator=(ROOT::Math::Factory&&) |
Inheritance Chart: | |||||
|