Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  |  | Uranie / Modeler
    v4.10.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 ":"
  159                 << "   --- Method TLinearRegression::exportModelPython(ofstream * sourcefile) not yet implemented"
Double_t _dr2a
The Adjusted R2 quality. 
Definition: TLinearRegression.h:60
Description of the class TLinearRegression. 
Definition: TLinearRegression.h:51
TMatrixD getParametersCovariance() const
Return the Q2 statistic. 
Definition: TLinearRegression.h:116
Definition: TModeler.h:62
virtual ~TLinearRegression()
Constructor with a dataserver and a PMML File. 
void exportModelCplusplus(std::ofstream *sourcefile) const
Export the model in C++ langage in a file. 
Double_t _dpress
The PRESS quality. 
Definition: TLinearRegression.h:62
Double_t getQ2() const
Return the Q2 statistic. 
Definition: TLinearRegression.h:111
Interface of the class URANIE::Optimize::TModeler. 
Double_t getR2Adjusted() const
Return the Adjusted R2 statistic. 
Definition: TLinearRegression.h:101
virtual void printLog(Option_t *option="")
TLinearRegression(URANIE::DataServer::TDataServer *tds, TString architecture, Option_t *option="")
Default constructor with the TDataServer. 
TMatrixD computeH(TMatrixD A)
TMatrixD computeCov(TMatrixD A)
TMatrixD _mParameterCov
Definition: TLinearRegression.h:63
Double_t _dq2
The Q2 quality. 
Definition: TLinearRegression.h:61
void exportModelPython(std::ofstream *sourcefile) const
Export the model in Python langage in a file (not yet implemented) 
Definition: TLinearRegression.h:155
void exportModelPMML(const char *file="", const char *name="", Option_t *option="") const
Export the model in a PMML file. 
void exportModelFortran(std::ofstream *sourcefile) const
Export the model in Fortran langage in a file. 
void estimate(Option_t *option="")
Double_t getPress() const
Return the Press statistic. 
Definition: TLinearRegression.h:106
TVectorD computeHii(TMatrixD A)
 
 
                                