28 #ifndef ROOT_TMVA_FitterBase 29 #define ROOT_TMVA_FitterBase 47 #ifndef ROOT_TMVA_Configurable 67 virtual Double_t Run( std::vector<Double_t>& pars ) = 0;
91 const std::vector<TMVA::Interval*>
fRanges;
const std::vector< TMVA::Interval * > fRanges
virtual void DeclareOptions()=0
IFitterTarget & GetFitterTarget() const
#define ClassDef(name, id)
Double_t Run()
estimator function interface for fitting
void SetIPythonInteractive(bool *ExitFromTraining, UInt_t *fIPyMaxIter_, UInt_t *fIPyCurrentIter_)
FitterBase(IFitterTarget &target, const TString &name, const std::vector< TMVA::Interval *> ranges, const TString &theOption)
constructor
Double_t EstimatorFunction(std::vector< Double_t > ¶meters)
estimator function interface for fitting
IFitterTarget & fFitterTarget
Abstract ClassifierFactory template that handles arbitrary types.
const char * GetName() const
Returns name of object.