How to use Principal Component Analysis to reduce feature vector size?
1 view (last 30 days)
Show older comments
I am working on character recognition. Feature vector size i got is 200x1 How can i use pca analysis to reduce the feature vector ?
0 Comments
Answers (1)
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.
0 Comments
See Also
Categories
Find more on Dimensionality Reduction and Feature Extraction in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!