5 #ifndef ROOT_TMVA_Classification 6 #define ROOT_TMVA_Classification 36 class ResultsClassification;
37 namespace Experimental {
45 std::map<UInt_t, std::vector<std::tuple<Float_t, Float_t, Bool_t>>>
fMvaTrain;
46 std::map<UInt_t, std::vector<std::tuple<Float_t, Float_t, Bool_t>>>
90 virtual void Evaluate();
92 std::vector<ClassificationResult> &GetResults();
97 void CreateEnvironment();
114 #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
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)
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)
Mother of all ROOT objects.
Bool_t IsMethod(TString methodname, TString methodtitle)
Abstract ClassifierFactory template that handles arbitrary types.
TGraph * GetROCGraph(UInt_t iClass=0, TMVA::Types::ETreeType type=TMVA::Types::kTesting)
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)