au.id.cxd.math.model.components
apply PCA to the supplied matrix.
apply PCA to the supplied matrix.
: a flag indicating whether to normalise X
* tuple of * (eigenValues, eigenVectors, variance explained, projection of X into the eigenvectors)
apply PCA to the supplied matrix.
apply PCA to the supplied matrix.
tuple of (eigenValues, eigenVectors, variance explained, projection of X into the eigenvectors)
determine the percent of variance explained by each component.