How to use Principal Component Analysis to reduce feature vector size?
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
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.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!