how to reduce dimensionality of features by usin pca?

조회 수: 2 (최근 30일)
mona
mona 2017년 3월 3일
답변: David J. Mack 2017년 3월 3일
Now I can apply PCA in Matlab by using [coeff, score, latent, ~, explained] = pca(X);and size of X 20*20, And now my confusion begins. Should I take the first column of coeff or of score or other to get reconstructed features by pca?

답변 (1개)

David J. Mack
David J. Mack 2017년 3월 3일
To get a simply answer (whitout really adressing the problem), have a look as pcares
Greetings, David

카테고리

Help CenterFile Exchange에서 Dimensionality 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