28 #ifndef ROOT_TMVA_TSpline1 29 #define ROOT_TMVA_TSpline1 Base class for spline implementation containing the Draw/Paint methods.
virtual Double_t Eval(Double_t x) const
returns linearly interpolated TGraph entry around x
const TGraph * GetGraph() const
#define ClassDef(name, id)
virtual void GetKnot(Int_t i, Double_t &x, Double_t &y) const
no knots
Linear interpolation of TGraph.
virtual void BuildCoeff(void)
no coefficients to precompute
Abstract ClassifierFactory template that handles arbitrary types.
A Graph is a graphics object made of two arrays X and Y with npoints each.
virtual ~TSpline1(void)
destructor
TSpline1(const TString &title, TGraph *theGraph)
constructor from TGraph TSpline is a TNamed object