Feature vector dimension reduction (PCA)
显示 更早的评论
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 个评论
J. Alex Lee
2021-6-9
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
2021-6-9
Andrea Daou
2021-6-9
编辑:Andrea Daou
2021-6-9
J. Alex Lee
2021-6-9
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?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File 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!