Feature vector dimension reduction (PCA)
Afficher commentaires plus anciens
Hello,
How can reduce a feature vector of dimension K*N to a feature vectore of dimension K*M with M<N (image classification task)?
I read about PCA but I am not understanding how can I use it to get the K*M vector.
Appreciate your help!
4 commentaires
J. Alex Lee
le 9 Juin 2021
i don't think your question makes sense...if you have just one point in your N-space, there's no information to help you decide anything
Andrea Daou
le 9 Juin 2021
Andrea Daou
le 9 Juin 2021
Modifié(e) : Andrea Daou
le 9 Juin 2021
J. Alex Lee
le 9 Juin 2021
I'm not sure what is returned by pca(), but presumably coeff is KxN (the rotated coefficents)? Then is your question how to decide M? Is score a vector 1xN?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Dimensionality Reduction and Feature Extraction dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!