Feature vector dimension reduction (PCA)
Ältere Kommentare anzeigen
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 Kommentare
J. Alex Lee
am 9 Jun. 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
am 9 Jun. 2021
Andrea Daou
am 9 Jun. 2021
Bearbeitet: Andrea Daou
am 9 Jun. 2021
J. Alex Lee
am 9 Jun. 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?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Dimensionality Reduction and Feature Extraction finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!