Principal Component Analysis (PCA) in MATLAB

버전 1.0.0.0 (1.72 KB) 작성자: Siamak Faridani
This is a demonstration of how one can use PCA to classify a 2D data set.
다운로드 수: 22.6K
업데이트 2009/6/1

라이선스 보기

This is a demonstration of how one can use PCA to classify a 2D data set. This is the simplest form of PCA but you can easily extend it to higher dimensions and you can do image classification with PCA

PCA consists of a number of steps:
- Loading the data
- 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)

Note: MATLAB has a built-in PCA functions. This file shows how a PCA works

인용 양식

Siamak Faridani (2026). Principal Component Analysis (PCA) in MATLAB (https://kr.mathworks.com/matlabcentral/fileexchange/24322-principal-component-analysis-pca-in-matlab), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2007b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Dimensionality Reduction and Feature Extraction에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.0.0.0