Principal Component Analysis (Princomp)

2 ビュー (過去 30 日間)
Thanos
Thanos 2013 年 1 月 22 日
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
Shashank Prasanna 2013 年 1 月 22 日
Check the release notes to see if there have been any differences:

サインインしてコメントする。

回答 (1 件)

Tom Lane
Tom Lane 2013 年 1 月 24 日
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.

カテゴリ

Help Center および File ExchangeDimensionality Reduction and Feature Extraction についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by