How to find the eigenvector associated with the highest eigenvalues.
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Matt J
le 29 Mai 2022
No, the output of eig() is not sorted, but the output of svd() is.
3 commentaires
Voir également
Catégories
En savoir plus sur Dimensionality Reduction and Feature Extraction dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!