PCA (Principial Component Analysis)

Principal Component Analysis Implementation of LindsaySmithPCA.pdf

現在この提出コンテンツをフォロー中です。

- Subtracting the mean of the data from the original dataset
- Finding the covariance matrix of the dataset
- Finding the eigenvector(s) associated with the greatest eigenvalue(s)
- Projecting the original dataset on the eigenvector(s)
- Use only a certain number of the eigenvector(s)
- Do back-project to the original basis vectors

Implementation of
http://www.cs.otago.ac.nz/cosc453/student_tutorials/principal_components.pdf

"A tutorial on Principial Component Analysis"

引用

Andreas (2026). PCA (Principial Component Analysis) (https://jp.mathworks.com/matlabcentral/fileexchange/26793-pca-principial-component-analysis), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを与えたファイル: EOF

カテゴリ

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

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.2.0.0

Update Link

1.1.0.0

description update

1.0.0.0