26 #ifndef PND_MVA_VAR_PCA_TRANSFORM_H 27 #define PND_MVA_VAR_PCA_TRANSFORM_H 37 #include "TPrincipal.h" 58 std::vector<float> *
Transform(std::vector<float>
const &evd)
const;
81 void ComputePrincipalComponents(std::vector<std::pair<std::string, std::vector<float> *>>
const &dat);
84 TVectorD *m_MeanValues;
96 return (*m_MeanValues);
104 return (*m_EigenVectors);
TMatrixT< double > TMatrixD