Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Modeler v4.9.0
|
TkNN.h
Go to the documentation of this file.
71 \param varexpinput(const char*)[""] The list of input attributes to pass to the function separated by the caracter ":"
72 \param varexpoutput (const char *)[""] The list of output attributes separated by the caracter ":"
75 TkNN (URANIE::DataServer::TDataServer *tds, const char *varexpinput, const char *varexpoutput, Int_t nkernel, Option_t * option="");
Interface of the class URANIE::Optimize::TModeler.
Definition TModeler.h:63
void exportModelPMML(const char *file="", const char *name="", Option_t *option="") const
Export the model as a PMML function (not implemented)
Definition TkNN.h:131
TkNN(URANIE::DataServer::TDataServer *tds, const char *varexpinput, const char *varexpoutput, Int_t nkernel, Option_t *option="")
Default constructor with input and output attributes.
virtual void printLog(Option_t *option="")
TString _sDraw
! The distance normalized for input and output
Definition TkNN.h:57
URANIE::DataServer::TDataServer * _tdsQuery
the TDS contins the query points
Definition TkNN.h:58
void exportModelPython(std::ofstream *sourcefile) const
Export the model as a Python function (not implemented)
Definition TkNN.h:144
void estimate_cpu(Option_t *option="")
void LSort(int n, double *array, int *index, Int_t nbthreads)
void beginLoop(Int_t iq, Int_t nsq)
TkNN(URANIE::DataServer::TDataServer *tds, TString architecture, Option_t *option="")
Default constructor with the TDataServer.
void estimate(Option_t *option="", Bool_t useGPU=false)
make the learning
void exportModelFortran(std::ofstream *sourcefile) const
Export the model in Fortran langage in a file.
void exportModelCplusplus(std::ofstream *sourcefile) const
Export the model in C++ langage in a file.
void endLoop(Int_t iq, int nsr, double *vecDistance, int *vecIndex, Float_t *vecReferenceOutput, Double_t *tabValue, TBranch *tby, Int_t nbthreads)
void setQueryPoints(URANIE::DataServer::TDataServer *tds)
Set the set of query points from a dataserver.