How to get eigen vectors from the function princomp?
显示 更早的评论
Sir,
how to get eigen vectors from the function princomp?Or not in princomp function(PCA)?
回答(1 个)
Shashank Prasanna
2013-5-1
From:
[COEFF,SCORE,latent] = princomp(X)
The 'COEFF' are the eigen vectors and the 'latent' are the eigen values.
类别
在 帮助中心 和 File Exchange 中查找有关 Dimensionality Reduction and Feature Extraction 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!