필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

how to reduce the dimension of a feature space?

조회 수: 2 (최근 30일)
sorena mirzaie
sorena mirzaie 2013년 6월 4일
i have 260 sample,each sample has 320 feature (x is a matrix with 260 rows & 320 column).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 !!!!

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by