31 #ifndef ROOT_TMVA_MethodCategory 32 #define ROOT_TMVA_MethodCategory 55 namespace Experimental {
67 const TString& theOption =
"" );
88 void AddWeightsXMLTo(
void* parent )
const;
89 void ReadWeightsFromXML(
void* wghtnode );
94 virtual const std::vector<Float_t>& GetRegressionValues();
104 void DeclareOptions();
105 void ProcessOptions();
120 void GetHelpMessage()
const;
std::vector< IMethod * > fMethods
virtual void MakeClass(const TString &=TString("")) const
create reader class for method (classification only at present)
std::vector< TCut > fCategoryCuts
std::vector< UInt_t > fCategorySpecIdx
Ranking for variables in method (implementation)
std::vector< std::vector< UInt_t > > fVarMaps
#define ClassDef(name, id)
void Init(TClassEdit::TInterpreterLookupHelper *helper)
Virtual base class for combining several TMVA method.
Class that contains all the data information.
Class for boosting a TMVA method.
A specialized string object used for TTree selections.
std::vector< TTreeFormula * > fCatFormulas
needed in conjunction with TTreeFormulas for evaluation category expressions
DataSetManager * fDataSetManager
This is the main MVA steering class.
Class for categorizing the phase space.
Class that contains all the data information.
std::vector< TString > fVars
Interface for all concrete MVA method implementations.
The Reader class serves to use the MVAs in a specific analysis context.
Abstract ClassifierFactory template that handles arbitrary types.
A TTree object has a header with a name and a title.