image thumbnail

PCA (Principial Component Analysis)

version 1.2.0.0 (1.48 KB) by Andreas
Principal Component Analysis Implementation of LindsaySmithPCA.pdf

2.5K Downloads

Updated18 Mar 2010

View License

- 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"

Cite As

Andreas (2022).PCA (Principial Component Analysis)(//www.tatmou.com/matlabcentral/fileexchange/26793-pca-principial-component-analysis), MATLAB Central File Exchange. Retrieved.

MATLAB Release Compatibility
Created with R2007b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired:EOF

Community Treasure Hunt

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

Start Hunting!