How to use PCA algorithm for feature reduction...?
4 ビュー (過去 30 日間)
古いコメントを表示
i am new at this method and i just want to get a solution with in a short time...so please help me how can i implement this method effectively.. for example, we have 10 sample set each having 10 images and each image having 1*576 so,we have extracted 10 sample set feature size i.e 100*576 so i just want to reduce it 576 to 250. i applied [coeff,score,latent,tsquared,mu]=pca(x,'Numcomponents',inf); but i did not get the right output that means reduced feature, it is not working and getting trouble to select which one is the final output from this method..
0 件のコメント
回答 (1 件)
Nidhi
2022 年 7 月 12 日
A similar question was asked and the answer to the question is given below in this link:
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!