フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

how to reduce the dimension of a feature space?

1 回表示 (過去 30 日間)
sorena mirzaie
sorena mirzaie 2013 年 6 月 6 日
I have 260 sample,each sample has 320 feature (x is a matrix with 260 rows(images) & 320 column(features)).in order to improve my classification,i need to reduce these 320 column(i mean number of features).but i dont know how to do. when i use for example:
[pc,score,latent,tsquare] = princomp(X); red_dim = score(:,1:50); how to reconstruct the matrix with fewer column?
when i use :
residuals = pcares(X,ndim) the dimension of residuals is the same of x !!!!
actually i dont know what is my new matrix?

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by