Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Sampler v4.9.0
|
TSamplingMixture.h
Go to the documentation of this file.
Creation of the abstract class TSamplerDeterminist.
Definition TSamplerDeterminist.h:44
Interface with the simplex class developped by B. Secher (LGLS).
Definition TSamplingMixture.h:79
TString _sTraceFile
The name of the trace file.
Definition TSamplingMixture.h:116
Int_t getNGeneratedSample()
Return the number of call of the generateSample method.
Definition TSamplingMixture.h:189
void unsetCenterEdges()
Unset the Flag of CenterEdges.
Definition TSamplingMixture.h:229
const char * getNameInternalAttributeCandidatesPoints()
Return the name of the internal attribute to known if point is a candidates point ( equal to 0) or no...
Definition TSamplingMixture.h:171
TSamplingMixture(URANIE::DataServer::TDataServer *tds, Int_t ns, Double_t dThreshold=1.0, Option_t *option="")
Constructor from a TDataServer, the name of the method and the size of the sample.
void unsetSummits()
Unset the Flag of summits.
Definition TSamplingMixture.h:219
void unsetTrace()
Unset trace.
Definition TSamplingMixture.h:201
void setCenterFaces()
Set the Flag of CenterFaces.
Definition TSamplingMixture.h:246
void setThirdEdges()
Set the Flag of ThirdEdges.
Definition TSamplingMixture.h:235
void setSummits()
Set the Flag of summits.
Definition TSamplingMixture.h:214
Bool_t _bSaveCandidates
Flag for saving candidates points.
Definition TSamplingMixture.h:109
virtual void generateSample(Option_t *option="MD")
Generates the sample.
Set The List of Candidates Points void setListOfCandidatesPoints()
const char * getNameInternalAttributeTypePoints()
Return the name of the internal attribute to known the type of points.
Definition TSamplingMixture.h:180
Double_t _dThreshold
constraint: \sum{x_{i} = dThreshold
Definition TSamplingMixture.h:98
void unsetThirdEdges()
Unset the Flag of ThirdEdges.
Definition TSamplingMixture.h:240
Simplex * _simplex
Simplex Classe from B. Secher.
Definition TSamplingMixture.h:100
Bool_t getTrace()
Return the trace flag.
Definition TSamplingMixture.h:206
Bool_t _bCenterSegments
Flag for the CenterSegments.
Definition TSamplingMixture.h:107
vector< vector< double > > _planes
The matrix of contraintes.
Definition TSamplingMixture.h:99
Int_t _nGenerateSample
The index of times that the generateSample method is call.
Definition TSamplingMixture.h:114
Bool_t _bCenterFaces
Flag for the CenterFaces.
Definition TSamplingMixture.h:105
void setSaveCandidates()
Set the Flag of save candidates.
Definition TSamplingMixture.h:279
void unsetCenterFaces()
Unset the Flag of CenterFaces.
Definition TSamplingMixture.h:251
void unsetCenterSegments()
Unset the Flag of CenterSegments.
Definition TSamplingMixture.h:273
Fill the list of points in the TDS with a type void fillListOfCandidatesPoints(list< vector< double > > lst, EType typePoint)
void unsetSaveCandidates()
Unset the Flag of CenterSegments.
Definition TSamplingMixture.h:284
TString _sAttNameTypeOfPoints
Name of the internal attribute for the type of points Etype (kSummit, kCenterEdge,...
Definition TSamplingMixture.h:111
Bool_t _bTrace
The flag to known is trace is needed.
Definition TSamplingMixture.h:115
void setCentroide()
Set the Flag of Centroide.
Definition TSamplingMixture.h:257
Bool_t isSaveCandidates()
Return isSaveCandidates.
Definition TSamplingMixture.h:289
Bool_t _bCenterEdges
Flag for the CenterEdges.
Definition TSamplingMixture.h:103
void unsetCentroide()
Unset the Flag of Centroide.
Definition TSamplingMixture.h:262
virtual void printLog(Option_t *option="")
Prints the log.
void setCenterSegments()
Set the Flag of CenterSegments.
Definition TSamplingMixture.h:268
void addConstraint(TVectorD vecConstraint)
Add the constraint defined in a vector.
TString _sAttNameCandidate
Name of the internal attribute for candidates points(1) else 0.
Definition TSamplingMixture.h:112
Bool_t _bThirdEdges
Flag for the ThirdEdges.
Definition TSamplingMixture.h:104
void generateCandidates(Option_t *option)
Generates the list of candidates.
void setCenterEdges()
Set the Flag of CenterEdges.
Definition TSamplingMixture.h:224
Bool_t _bSummits
Flag for the summits.
Definition TSamplingMixture.h:102
void setTrace(TString straceFile="")
Activate the trace of the process.
TString getTraceFile()
Return the name of the trace file.
Bool_t _bCentroide
Flag for the Centroide.
Definition TSamplingMixture.h:106
Definition TAMHCopula.h:60