How to use Principal Component Analysis to reduce feature vector size?

1 view (last 30 days)
I am working on character recognition. Feature vector size i got is 200x1 How can i use pca analysis to reduce the feature vector ?

Answers (1)

Image Analyst
Image Analyst on 2 Mar 2017
Run it through pca(). Look at the first few components and their loadings/weightings. If some feature is not being used by the components you want to use, then you can try getting rid of it. If your classifications are the same, then those features were not really needed.

Community Treasure Hunt

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

Start Hunting!