How to get eigen vectors from the function princomp?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Sir,
how to get eigen vectors from the function princomp?Or not in princomp function(PCA)?
0 comentarios
Respuestas (1)
Shashank Prasanna
el 1 de Mayo de 2013
From:
[COEFF,SCORE,latent] = princomp(X)
The 'COEFF' are the eigen vectors and the 'latent' are the eigen values.
0 comentarios
Ver también
Categorías
Más información sobre Dimensionality Reduction and Feature Extraction en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!