Feature vector dimension reduction (PCA)
Mostrar comentarios más antiguos
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 comentarios
J. Alex Lee
el 9 de Jun. de 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
el 9 de Jun. de 2021
Andrea Daou
el 9 de Jun. de 2021
Editada: Andrea Daou
el 9 de Jun. de 2021
J. Alex Lee
el 9 de Jun. de 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?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Dimensionality Reduction and Feature Extraction en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!