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
Features to be reduced. Logically row-major.
A PCA model which will perform dimensionality reduction when applied to data.
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 using a distributedQR.