how to reduce dimensionality of features by usin pca?

2 vues (au cours des 30 derniers jours)
mona
mona le 3 Mar 2017
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?

Réponses (1)

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

Catégories

En savoir plus sur Dimensionality Reduction and Feature Extraction dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by