How to find the eigenvector associated with the highest eigenvalues.
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Nicola Dall'Osto
el 29 de Mayo de 2022
I ran PCA on a matrix and now I am asked to find the eigenvector associated to the highest eigenvalues.
How can it be done? Is the first eigenvetor in score the one associated with the higest eigenvalues?
0 comentarios
Respuesta aceptada
Matt J
el 29 de Mayo de 2022
No, the output of eig() is not sorted, but the output of svd() is.
3 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!