project (cv.PCA) - MATLAB File Help |
Projects vector(s) to the principal component subspace
Y = pca.project(X)
size(X,2)==size(data,2)
(vector
dimensionality) and size(X,1)
is the number of vectors to
project, and the same is true for the 'Col' case.size(Y,2)==size(X,2)
and the number
of rows match the number of principal components (for example,
MaxComponents
parameter passed to the constructor).The method project one or more vectors to the principal component subspace, where each vector projection is represented by coefficients in the principal component basis.
Access | public |
Sealed | false |
Static | false |