Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Modeler v4.9.0
|
TLinearRegression.h
Go to the documentation of this file.
74 \param varexpinput(const char*)[""] The list of input attributes to pass to the function separated by the caracter ":"
75 \param varexpoutput (const char *)[""] The list of output attributes separated by the caracter ":"
Interface of the class URANIE::Optimize::TModeler.
Description of the class TLinearRegression.
Definition TLinearRegression.h:52
void estimate(Option_t *option="")
Double_t _dpress
The PRESS quality.
Definition TLinearRegression.h:62
Double_t getQ2() const
Return the Q2 statistic.
Definition TLinearRegression.h:111
Double_t getPress() const
Return the Press statistic.
Definition TLinearRegression.h:106
Double_t _dq2
The Q2 quality.
Definition TLinearRegression.h:61
void exportModelPMML(const char *file="", const char *name="", Option_t *option="") const
Export the model in a PMML file.
void exportModelCplusplus(std::ofstream *sourcefile) const
Export the model in C++ langage in a file.
TMatrixD computeH(TMatrixD A)
TMatrixD _mParameterCov
Definition TLinearRegression.h:63
TLinearRegression(URANIE::DataServer::TDataServer *tds, const char *varexpinput, const char *varexpoutput, Option_t *option="")
Default constructor with input and output attributes.
TLinearRegression(URANIE::DataServer::TDataServer *tds, TString architecture, Option_t *option="")
Default constructor with the TDataServer.
TMatrixD computeCov(TMatrixD A)
Double_t getR2Adjusted() const
Return the Adjusted R2 statistic.
Definition TLinearRegression.h:101
TVectorD computeHii(TMatrixD A)
virtual void printLog(Option_t *option="")
void exportModelFortran(std::ofstream *sourcefile) const
Export the model in Fortran langage in a file.
virtual ~TLinearRegression()
Constructor with a dataserver and a PMML File.
TMatrixD getParametersCovariance() const
Return the Q2 statistic.
Definition TLinearRegression.h:116
Double_t _dr2a
The Adjusted R2 quality.
Definition TLinearRegression.h:60
void exportModelPython(std::ofstream *sourcefile) const
Export the model in Python langage in a file (not yet implemented)
Definition TLinearRegression.h:155
Definition TModeler.h:63