5 #ifndef ROOT_TMVA_Classification 6 #define ROOT_TMVA_Classification 124 class ResultsClassification;
125 namespace Experimental {
132 std::map<UInt_t, std::vector<std::tuple<Float_t, Float_t, Bool_t>>>
fMvaTrain;
133 std::map<UInt_t, std::vector<std::tuple<Float_t, Float_t, Bool_t>>>
172 virtual void Train();
173 virtual void TrainMethod(
TString methodname,
TString methodtitle);
180 virtual void Evaluate();
182 std::vector<ClassificationResult> &GetResults();
206 #endif // ROOT_TMVA_Classification std::map< UInt_t, std::vector< std::tuple< Float_t, Float_t, Bool_t > > > fMvaTest
Types::EAnalysisType fAnalysisType
vector of objects with booked methods
void Show()
Method to print the results in stdout.
T GetValue(const TString &key)
class to storage options for the differents methods
Double_t GetROCIntegral(UInt_t iClass=0, TMVA::Types::ETreeType type=TMVA::Types::kTesting)
Method to get ROC-Integral value from mvas.
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format...
Virtual base Class for all MVA method.
TString GetDataLoaderName()
std::vector< TString > fClassNames
std::map< UInt_t, std::vector< std::tuple< Float_t, Float_t, Bool_t > > > fMvaTrain
ClassificationResult & operator=(const ClassificationResult &r)
#define ClassDef(name, id)
Abstract base class for all high level ml algorithms, you can book ml methods like BDT...
std::vector< IMethod * > fIMethods
TCppMethod_t GetMethod(TCppScope_t scope, TCppIndex_t imeth)
Describe directory structure in memory.
Mother of all ROOT objects.
Bool_t IsMethod(TString methodname, TString methodtitle)
Method to check if method was booked.
Abstract ClassifierFactory template that handles arbitrary types.
TGraph * GetROCGraph(UInt_t iClass=0, TMVA::Types::ETreeType type=TMVA::Types::kTesting)
Method to get TGraph object with the ROC curve.
A Graph is a graphics object made of two arrays X and Y with npoints each.
friend class Classification
std::vector< ClassificationResult > fResults
const TString GetMethodTitle() const
const TString GetMethodName() const
ROCCurve * GetROC(UInt_t iClass=0, TMVA::Types::ETreeType type=TMVA::Types::kTesting)
Method to get TMVA::ROCCurve Object.