Principal Component Analysis (Princomp)
이전 댓글 표시
I am using the function princomp and I obtain different results(i.e. SCORES) when I am using Matlab 2009b and Matlab 2012b. Does anyone know why this difference?Thank you in advance.
댓글 수: 1
Shashank Prasanna
2013년 1월 22일
Check the release notes to see if there have been any differences:
답변 (1개)
Tom Lane
2013년 1월 24일
0 개 추천
Are there just some columns whose signs differ between the two SCORES matrices? That can happen as a result of a change in svd or some other MATLAB matrix computation, and it should not affect your results. For example, the first component is the linear subspace of maximum variance, but you can represent that line by a vector pointing in either direction from the origin.
카테고리
도움말 센터 및 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!