How do i obtain only the first principal component?
Ältere Kommentare anzeigen
For certain measurements i need to obtain only the numeric value of the first principal component from the matrix. Can someone please tell me how do i go about it?
1 Kommentar
sidra
am 23 Okt. 2013
Akzeptierte Antwort
Weitere Antworten (1)
Andrew Knyazev
am 12 Aug. 2018
0 Stimmen
https://www.mathworks.com/matlabcentral/fileexchange/48-lobpcg-m can be used as the method for calculating the eigenvector corresponding to the largest eigenvalue of the covariance matrix without calculating all eigenvalues, or even without explicitly calculating the covariance matrix itself.
Kategorien
Mehr zu Linear Algebra finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!