Adapted from the "PCA2" matlab code given in appendix B of this paper: https://www.
Adapted from the "PCA2" matlab code given in appendix B of this paper: https://www.cs.princeton.edu/picasso/mats/PCA-Tutorial-Intuition_jp.pdf
A sample of features to be reduced. Often O(1e6). Logically row-major.
A PCA Matrix which will perform dimensionality reduction when applied to a data matrix.
Constructs a pipeline that fits this estimator to training data, then applies the resultant transformer to the Pipeline input.
Constructs a pipeline that fits this estimator to training data, then applies the resultant transformer to the Pipeline input.
The training data
A pipeline that fits this estimator and applies the result to inputs.
Constructs a pipeline that fits this estimator to training data, then applies the resultant transformer to the Pipeline input.
Constructs a pipeline that fits this estimator to training data, then applies the resultant transformer to the Pipeline input.
The training data
A pipeline that fits this estimator and applies the result to inputs.
Estimates a PCA model for dimensionality reduction based on a sample of a larger input dataset.