How to use Principal Component Analysis to reduce feature vector size?
Afficher commentaires plus anciens
I am working on character recognition. Feature vector size i got is 200x1 How can i use pca analysis to reduce the feature vector ?
Réponses (1)
Image Analyst
le 2 Mar 2017
0 votes
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.
Catégories
En savoir plus sur Dimensionality Reduction and Feature Extraction dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!