Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Modeler v4.9.0
|
TkPCA.h
Go to the documentation of this file.
187 void setKernel(TKernel::EKernelType nKernel, Double_t dparam1, Double_t dparam2, Double_t dparam3){
Interface de la classe URANIE::Modeler::TKernel.
void setKernel(EKernelType nKernel)
Set the type of kernel without parameter.
void setKernel(TKernel::EKernelType nKernel, Double_t dparam1, Double_t dparam2, Double_t dparam3)
Set the type of kernel with three parameters.
Definition TkPCA.h:187
URANIE::DataServer::TDSNtupleD * getResultNtupleD()
Return the NtupleD of results.
Definition TkPCA.h:153
Bool_t _bCompletedFile
Add original data to final results (for plotting purpose)
Definition TkPCA.h:79
TList * _listOfInputAttributes
The list of attributes.
Definition TkPCA.h:85
TMatrixD _matKCent
The Centered and transformed Gram Matrix.
Definition TkPCA.h:88
void drawkPCA(Int_t indX, Int_t indY, TString scut="", Option_t *option="")
Draw the Component.
virtual void printLog(Option_t *option="RAS")
void setKernel(TKernel::EKernelType nKernel, Double_t dparam1)
Definition TkPCA.h:168
void generateKCenteredMatrix(Option_t *option)
TVectorD _vecPctEigenValues
The vector of sum (in percent) of the Eigenvalues.
Definition TkPCA.h:91
TkPCA(URANIE::DataServer::TDataServer *tds, const char *varexp="*", Option_t *option="")
Default constructor with TDS and attributes.
void setKernel(TKernel::EKernelType nKernel, Double_t dparam1, Double_t dparam2)
Set the type of kernel with two parameters.
Definition TkPCA.h:177
URANIE::DataServer::TDSNtupleD * _ntdResult
Pointer to a TDS.
Definition TkPCA.h:81
TVectorD _vecEigenValues
The vector of Eigenvalues.
Definition TkPCA.h:90
void setKernel(TKernel::EKernelType nKernel)
Set the type of kernel without parameter.
Definition TkPCA.h:161