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!