14 #ifndef ROOT_TMVA_RMethodBase 15 #define ROOT_TMVA_RMethodBase 25 #ifndef ROOT_TMVA_MethodBase 29 #ifndef ROOT_R_TRInterface 30 #include<TRInterface.h> 53 ROOT::R::TRInterface &
r;
61 const TString &theOption =
"", ROOT::R::TRInterface &_r = ROOT::R::TRInterface::Instance());
67 const TString &weightFile, ROOT::R::TRInterface &_r = ROOT::R::TRInterface::Instance());
71 virtual void Train() = 0;
73 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...
tomato 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
tomato 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
RMethodBase(const TString &jobName, Types::EMVA methodType, const TString &methodTitle, DataSetInfo &dsi, const TString &theOption="", ROOT::R::TRInterface &_r=ROOT::R::TRInterface::Instance())
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