14 #ifndef PND_MVA_VAR_PCA_TRANSFORM_H 15 #define PND_MVA_VAR_PCA_TRANSFORM_H 25 #include "TPrincipal.h" 46 std::vector<float> *
Transform(std::vector<float>
const &evd)
const;
69 void ComputePrincipalComponents(std::vector<std::pair<std::string, std::vector<float> *>>
const &dat);
72 TVectorD *m_MeanValues;
84 return (*m_MeanValues);
92 return (*m_EigenVectors);
TMatrixT< double > TMatrixD