Filter löschen
Filter löschen

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

2 Ansichten (letzte 30 Tage)
mona
mona am 2 Mär. 2017
Beantwortet: Image Analyst am 2 Mär. 2017
I am working on character recognition. Feature vector size i got is 200x1 How can i use pca analysis to reduce the feature vector ?

Antworten (1)

Image Analyst
Image Analyst am 2 Mär. 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!

Translated by