Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / DataServer v4.9.0
|
TPCA.h
Go to the documentation of this file.
Interface of the class URANIE::DataServer::TDataServer.
Definition TDSNtupleD.h:36
TVectorD _vecSumPctEigenValues
The vector of sum (in percent) of the Eigenvalues.
Definition TPCA.h:83
TDSNtupleD * _ntdVarResult
The NTupleD of results (for variable interpretation)
Definition TPCA.h:77
TList * _listOfInputAttributes
The list of attributes.
Definition TPCA.h:80
void drawLoading(Int_t indX, Int_t indY, Option_t *option="")
Draw the Loading.
TVectorD _vecEigenValues
The vector of Eigenvalues.
Definition TPCA.h:82
TDSNtupleD * getVariableResultNtupleD()
Return the NtupleD of results.
Definition TPCA.h:158
virtual void printLog(Option_t *option="RAS")
TPCA(URANIE::DataServer::TDataServer *tds, const char *varexp="*", Option_t *option="")
Default constructor with TDS and attributes.
void drawPCA(Int_t indX, Int_t indY, Option_t *option="")
Draw the Component.
TMatrixD _matEigenVectors
The matrix of Eigenvectors.
Definition TPCA.h:84
TNtupleD * _ntdLoading
The NTupleD of Loading.
Definition TPCA.h:78
TNtupleD * getResultNtupleD()
Return the NtupleD of results.
Definition TPCA.h:145