Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Modeler v4.9.0
|
TPolynomialMultiDimFit.h
Go to the documentation of this file.
Interface de la classe URANIE::Modeler::TLinearRegression.
Interface of the class URANIE::Optimize::TModeler.
Definition TModeler.h:63
Description of the class TPolynomialMultiDimFit.
Definition TPolynomialMultiDimFit.h:61
void exportModelPMML(const char *file="", const char *name="", Option_t *option="") const
Export the model in a PMML file (not yet implemented)
Definition TPolynomialMultiDimFit.h:185
TMultiDimFit * getMultiDimFit()
Get the TMultiDimFit ROOT object.
Definition TPolynomialMultiDimFit.h:132
TPolynomialMultiDimFit(URANIE::DataServer::TDataServer *tds, const char *varexpinput, const char *varexpoutput, TMultiDimFit::EMDFPolyType type, Option_t *option="")
Default constructor with the TDataServer and input and output attributes.
void exportModelCplusplus(std::ofstream *sourcefile) const
Export the model in an external file with a specified langage.
void fillData(TMatrixD &Aw, TVectorD &yw)
Fill the data in a TMatrix and a TVector.
void setMaxTerms(Int_t n)
void setMaxFunctions(Int_t n)
virtual ~TPolynomialMultiDimFit()
Default destructor.
void setMaxAngle(Double_t dangle=0)
TPolynomialMultiDimFit(URANIE::DataServer::TDataServer *tds, TString architecture, TMultiDimFit::EMDFPolyType type, Option_t *option="")
Default constructor with the TDataServer and architecture.
void estimate(Option_t *option="")
void setMinRelativeError(Double_t derror)
void setMinAngle(Double_t dangle=1)
void setMaxStudy(Int_t n)
void setMaxPowers(const Int_t *powers)
void setPowerLimit(Double_t limit=1e-3)
virtual void printLog(Option_t *option="")
void exportModelPython(std::ofstream *sourcefile) const
Export the model in Python langage in a file (not yet implemented)
Definition TPolynomialMultiDimFit.h:204
void exportModelFortran(std::ofstream *sourcefile) const
Export the model in Fortran langage in a file.
void setPowers(const Int_t *powers, Int_t terms)
TMultiDimFit * _MultiDimFit
The object TMultiDimFit.
Definition TPolynomialMultiDimFit.h:65