How do i obtain only the first principal component?
Mostrar comentarios más antiguos
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 comentario
sidra
el 23 de Oct. de 2013
Respuesta aceptada
Más respuestas (1)
Andrew Knyazev
el 12 de Ag. de 2018
0 votos
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.
Categorías
Más información sobre Linear Algebra en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!