Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / Sampler
v4.10.0
|
TVQ.h
Go to the documentation of this file.
Definition: TAMHCopula.h:59
void setDrawProgressBar(Bool_t bbool=kTRUE)
Set the "draw progress bar" flag.
Definition: TVQ.h:113
TVector _vecindexorg
The vector of index of the database.
Definition: TVQ.h:68
Bool_t _bsaveall
The boolean to save all the data in the learning (default = kFALSE)
Definition: TVQ.h:71
URANIE::DataServer::TDataServer * _subtds
The subsampler returened by the getSubSample method.
Definition: TVQ.h:69
TVQ(URANIE::DataServer::TDataServer *tds, Option_t *option, Int_t ns)
Constructor with a dataserver.
Definition: TVQ.cxx:48
Creation of the abstract class TSamplerStochastic.
virtual void printLog(Option_t *option="")
Prints the log.
Definition: TVQ.cxx:214
void shuffle()
shuffle the learning database (original TDataServer)
Definition: TVQ.cxx:174
Bool_t getDrawProgressBar()
Get the clean flag.
Definition: TVQ.h:122
URANIE::DataServer::TDataServer * getSubSample(Option_t *option="")
Generate the Sample and return the TDataServer.
Definition: TVQ.cxx:205
Definition: TSamplerStochastic.h:43
Bool_t _bdrawProgressBar
Boolean to know if the progress bar has to be drawn.
Definition: TVQ.h:66
virtual void terminate()
The post-processing step.
Definition: TVQ.cxx:163
Abstract class for Vectorial Quantification (VQ) algorithms.
Definition: TVQ.h:60
void createListOfAttributes()
Creates the list of attributes to select patterns.
Definition: TVQ.cxx:70