33 #ifndef ROOT_TMVA_MethodCFMlpANN_def    34 #define ROOT_TMVA_MethodCFMlpANN_def    38    const int  max_Events_  = 200000;
    39    const int  max_nLayers_ = 6;
    40    const int  max_nNodes_  = 200;
    41    const int  max_nVar_    = 200;
 Abstract ClassifierFactory template that handles arbitrary types.