|
CMP++: Uncertainty Quantification & Bayesian Calibration
|
This is the complete list of members for cmp::scaler::PCA, including all inherited members.
| eigenDecomposition() | cmp::scaler::PCA | private |
| eigenSolver_ | cmp::scaler::PCA | private |
| fit(const Eigen::Ref< const Eigen::MatrixXd > &data) override | cmp::scaler::PCA | virtual |
| fit_transform(const Eigen::Ref< const Eigen::MatrixXd > &data) override | cmp::scaler::PCA | virtual |
| getEigenvalues() const | cmp::scaler::PCA | inline |
| getEigenvectors() const | cmp::scaler::PCA | inline |
| getIntercept() const override | cmp::scaler::PCA | inlinevirtual |
| getScale() const override | cmp::scaler::PCA | inlinevirtual |
| inverseTransform(const Eigen::Ref< const Eigen::VectorXd > &data) const override | cmp::scaler::PCA | virtual |
| mean_ | cmp::scaler::PCA | private |
| nComponents_ | cmp::scaler::PCA | private |
| operator=(const PCA &other)=default | cmp::scaler::PCA | |
| operator=(PCA &&other)=default | cmp::scaler::PCA | |
| PCA(size_t nComponents) | cmp::scaler::PCA | inline |
| PCA(const PCA &other)=default | cmp::scaler::PCA | |
| PCA(PCA &&other)=default | cmp::scaler::PCA | |
| resize(size_t nComponents) | cmp::scaler::PCA | |
| sqrtCov_ | cmp::scaler::PCA | private |
| sqrtCovInv_ | cmp::scaler::PCA | private |
| transform(const Eigen::Ref< const Eigen::VectorXd > &data) const override | cmp::scaler::PCA | virtual |
| ~PCA()=default | cmp::scaler::PCA |