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!