28 #ifndef ROOT_TMVA_TSpline1
29 #define ROOT_TMVA_TSpline1
const TGraph * GetGraph() const
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
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
virtual void GetKnot(Int_t i, Double_t &x, Double_t &y) const
no knots
TSpline1(const TString &title, TGraph *theGraph)