![]() |
ROOT
6.06/09
Reference Guide
|
Include dependency graph for ClassifierFactory.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | TMVA::ClassifierFactory |
Namespaces | |
| TMVA | |
| Abstract ClassifierFactory template that handles arbitrary types. | |
Macros | |
| #define | REGISTER_METHOD(CLASS) |
| for example More... | |
| #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 126 of file ClassifierFactory.h.