Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
BIAS::PCA Member List

This is the complete list of members for BIAS::PCA, including all inherited members.

ComputeMean(const std::vector< BIAS::Vector< PCAType > > &vec, BIAS::Vector< PCAType > &mean)BIAS::PCA
ComputeReductionMatrix(const std::vector< BIAS::Vector< PCAType > > &vec, BIAS::Matrix< PCAType > &matrix, int reductionSize=-1)BIAS::PCA
ComputeReductionMatrix(const std::vector< std::vector< BIAS::Vector< PCAType > > > &vec, BIAS::Matrix< PCAType > &matrix, int reductionSize=-1)BIAS::PCA
ComputeReductionMatrix(BIAS::Matrix< PCAType > &cov, BIAS::Matrix< PCAType > &matrix, bool normalize=false, int reductionSize=-1)BIAS::PCA
ComputeScatter(const std::vector< BIAS::Vector< PCAType > > &vec, const BIAS::Vector< PCAType > &mean, BIAS::Matrix< PCAType > &cov)BIAS::PCA
GetMean(BIAS::Vector< PCAType > &mean)BIAS::PCA
GetVariances(BIAS::Vector< double > &S)BIAS::PCAinline
mean_BIAS::PCAprotected
PCA()BIAS::PCAinline
reductionSize_BIAS::PCAprotected
S_BIAS::PCAprotected
SetReductionSize(int size)BIAS::PCAprotected