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
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에 대해 자세히 알아보기

질문:

2013년 5월 1일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by