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