How to get eigen vectors from the function princomp?
Ältere Kommentare anzeigen
Sir,
how to get eigen vectors from the function princomp?Or not in princomp function(PCA)?
Antworten (1)
Shashank Prasanna
am 1 Mai 2013
From:
[COEFF,SCORE,latent] = princomp(X)
The 'COEFF' are the eigen vectors and the 'latent' are the eigen values.
Kategorien
Mehr zu Dimensionality Reduction and Feature Extraction finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!