14 #ifndef ROOT_TMVA_RMethodBase
15 #define ROOT_TMVA_RMethodBase
25 #ifndef ROOT_TMVA_MethodBase
29 #ifndef ROOT_R_TRInterface
73 virtual void Train() = 0;
75 virtual void Init() = 0;
Bool_t HasAnalysisType(Types::EAnalysisType type, UInt_t numberClasses, UInt_t numberTargets)=0
std::vector< std::string > fFactorTest
ROOT::R::TRDataFrame fDfTest
Base class for spline implementation containing the Draw/Paint methods //.
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format...
RMethodBase(const TString &jobName, Types::EMVA methodType, const TString &methodTitle, DataSetInfo &dsi, const TString &theOption="", TDirectory *theBaseDir=0, ROOT::R::TRInterface &_r=ROOT::R::TRInterface::Instance())
1-D histogram with a float per channel (see TH1 documentation)}
virtual Double_t GetMvaValue(Double_t *errLower=0, Double_t *errUpper=0)=0
virtual const Ranking * CreateRanking()=0
#define ClassDef(name, id)
ROOT::R::TRDataFrame fDfSpectators
std::vector< std::string > fFactorTrain
virtual void ProcessOptions()=0
1-D histogram with a double per channel (see TH1 documentation)}
Describe directory structure in memory.
virtual void ReadWeightsFromStream(std::istream &)=0
virtual void AddWeightsXMLTo(void *parent) const =0
static TRInterface & Instance()
static method to get an TRInterface instance reference
Abstract ClassifierFactory template that handles arbitrary types.
virtual void ReadWeightsFromStream(TFile &)
ROOT::R::TRDataFrame fDfTrain
A Graph is a graphics object made of two arrays X and Y with npoints each.
virtual void ReadWeightsFromXML(void *wghtnode)=0
A TTree object has a header with a name and a title.
virtual void DeclareOptions()=0
This is a class to create DataFrames from ROOT to R