Breeze SVD object for the centred data matrix
Sequence of column names of mat
Cumulative variance of the principal components
Loadings/rotation matrix.
Loadings/rotation matrix. Note that this is the TRANSPOSE of the corresponding Breeze method. But this is the usual way the rotations are reported. See how the .summary method labels the rows and columns if you are confused.
Data matrix with rows corresponding to observations and columns corresponding to variables
Number of observations
Column names (as a List)
Number of variables
Diagnostic plots for the PCA
Proportion of variance explained by each principal component
n x p matrix of scores - the rotated data
Standard deviations of the principal components
Prints a summary of the PCA to console
The total variance of the principal components
Variances of the principal components
Centred data matrix
Column means (for centring)
Principal components analysis
Computed using SVD of the centred data matrix rather than from the spectral decomposition of the covariance matrix. eg. More like the R function "prcomp" than the R function "princomp".
NOTE: .loadings are transposed relative to the PCA function in Breeze
Data matrix with rows corresponding to observations and columns corresponding to variables
Sequence of column names of mat
An object of type Pca with methods such as .loadings, .scores, .sdev and .summary