Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / Modeler
v4.10.0
|
TModeler.h
Go to the documentation of this file.
const char * getInputName(Int_t i) const
Return the name of input attributes.
Bool_t getDrawProgressBar()
Get the "draw progress bar" flag.
Definition: TModeler.h:145
TModeler(URANIE::DataServer::TDataServer *tds, TString architecture, Option_t *option="")
Constructor with a dataserver.
Bool_t _bIntercept
For certain models, add the intercept (Default is TRUE)
Definition: TModeler.h:87
Definition: TModeler.h:62
virtual void exportModelCplusplus(std::ofstream *sourcefile) const =0
Export the model in C++ langage in a file.
virtual void printLog(Option_t *option="")
Bool_t _bStoreYHat
Boolean to specify if we add the {} attribute in the TDS [default kTRUE].
Definition: TModeler.h:67
void setDrawProgressBar(Bool_t bbool=kTRUE)
Set the "draw progress bar" flag.
Definition: TModeler.h:136
TString _sFileName
The name of the file when export the model without extension.
Definition: TModeler.h:82
Double_t getR2() const
Return the R2 quality.
Definition: TModeler.h:115
virtual void exportModelFortran(std::ofstream *sourcefile) const =0
Export the model in Fortran langage in a file.
TList * _listOfInputAttributes
The list of input Leaf.
Definition: TModeler.h:76
Bool_t getIntercept()
Gets the boolean attribut _bIntercept.
Definition: TModeler.h:127
TString _sInputAttributes
The string of input attributes (separated by the character ":".
Definition: TModeler.h:73
virtual void exportModelPMML(const char *file="", const char *name="", Option_t *option="") const =0
Export the model in a PMML file.
TVectorD _parameterValues
The list of parameters.
Definition: TModeler.h:85
TVectorD getParameters()
Return the parameter vector of the model.
Definition: TModeler.h:110
Bool_t _bdrawProgressBar
Boolean to know if the progress bar has to be drawn.
Definition: TModeler.h:66
TString _sIntermediateArchitecture
The intermediate (between the first and last character ",") information.
Definition: TModeler.h:75
TList * _listOfOutputAttributes
The list of output Leaf.
Definition: TModeler.h:77
const char * getOutputName(Int_t i=0)
Return the name of output attribute.
TString _sOutputAttributes
The string of output attributes (separated by the character ":".
Definition: TModeler.h:74
virtual void exportModelPython(std::ofstream *sourcefile) const =0
Export the model in Python langage in a file.
void train(Option_t *option="text")
TString _sFunctionName
The name of the function when export the model.
Definition: TModeler.h:83
virtual void exportFunction(const char *lang, const char *file="", const char *name="", Option_t *option="")
Export the model in an external file with a specified langage.