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

1 回表示 (過去 30 日間)
mona
mona 2017 年 3 月 2 日
回答済み: Image Analyst 2017 年 3 月 2 日
I am working on character recognition. Feature vector size i got is 200x1 How can i use pca analysis to reduce the feature vector ?

回答 (1 件)

Image Analyst
Image Analyst 2017 年 3 月 2 日
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.

カテゴリ

Help Center および File ExchangeDimensionality Reduction and Feature Extraction についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by