Feature vector dimension reduction (PCA)
Show older comments
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 Comments
J. Alex Lee
on 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
on 9 Jun 2021
Andrea Daou
on 9 Jun 2021
Edited: Andrea Daou
on 9 Jun 2021
J. Alex Lee
on 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?
Accepted Answer
More Answers (0)
Categories
Find more on Dimensionality Reduction and Feature Extraction in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!