15 #ifndef ROOT_TMVA_PyMethodBase 16 #define ROOT_TMVA_PyMethodBase 43 #define Py_single_input 256 47 #include "numpy/numpyconfig.h" 48 #if (NPY_API_VERSION >= 0x00000007 ) 49 struct tagPyArrayObject;
50 typedef tagPyArrayObject PyArrayObject;
95 virtual void Train() = 0;
97 virtual void Init() = 0;
PyMethodBase(const TString &jobName, Types::EMVA methodType, const TString &methodTitle, DataSetInfo &dsi, const TString &theOption="")
static PyObject * fModulePickle
virtual void DeclareOptions()=0
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...
Virtual base Class for all MVA method.
tomato 1-D histogram with a float per channel (see TH1 documentation)}
Ranking for variables in method (implementation)
static void Serialize(TString file, PyObject *classifier)
Serialize Python object.
PyArrayObject * fTrainDataClasses
static int PyIsInitialized()
Check Python interpreter initialization status.
Bool_t HasAnalysisType(Types::EAnalysisType type, UInt_t numberClasses, UInt_t numberTargets)=0
static void PyInitialize()
Initialize Python interpreter.
void PyRunString(TString code, TString errorMessage="Failed to run python code", int start=Py_single_input)
Execute Python code from string.
#define ClassDef(name, id)
virtual void ReadModelFromFile()=0
virtual void ReadWeightsFromStream(TFile &)
PyObject * Eval(TString code)
Evaluate Python code.
Class that contains all the data information.
PyArrayObject * fTrainDataWeights
virtual void ReadWeightsFromStream(std::istream &)=0
static TString Py_GetProgramName()
Get program name from Python interpreter.
virtual const Ranking * CreateRanking()=0
static void PySetProgramName(TString name)
Set program name for Python interpeter.
PyArrayObject * fTrainData
This is the main MVA steering class.
virtual void AddWeightsXMLTo(void *parent) const =0
tomato 1-D histogram with a double per channel (see TH1 documentation)}
virtual void ReadWeightsFromXML(void *wghtnode)=0
static PyObject * fModuleBuiltin
static Int_t UnSerialize(TString file, PyObject **obj)
Unserialize Python object.
Describe directory structure in memory.
virtual Double_t GetMvaValue(Double_t *errLower=0, Double_t *errUpper=0)=0
virtual void ProcessOptions()=0
Abstract ClassifierFactory template that handles arbitrary types.
static PyObject * fPickleLoads
static PyObject * fPickleDumps
A Graph is a graphics object made of two arrays X and Y with npoints each.
A TTree object has a header with a name and a title.
virtual std::vector< Double_t > GetMvaValues(Long64_t firstEvt=0, Long64_t lastEvt=-1, Bool_t logProgress=false)=0
get all the MVA values for the events of the current Data type
static PyObject * fGlobalNS