Classes | |
class | TMVA::ClassifierFactory |
This is the MVA factory. More... | |
Namespaces | |
namespace | TMVA |
create variable transformations | |
Macros | |
#define | REGISTER_METHOD(CLASS) |
for example | |
#define REGISTER_METHOD | ( | CLASS | ) |
for example
expands to this code:
namespace { TMVA::IMethod* CreateMethod() { return (TMVA::IMethod*) new TMVA::MethodFisher; } Bool_t RegisteredMethod = TMVA::ClassifierFactory<TMVA::MethodBase>::Instance(). Register("Method", CreateMethodFisher); }
Definition at line 124 of file ClassifierFactory.h.