Principal Component Analysis for feature extraction
Mostrar comentarios más antiguos
Hi. I'm learning about PCA and wanted to learn how it can be used for feature extraction and if it is feasible to extract features using PCA? Also I don't understand when exactly is PCA used in image processing. From what I understand it is used to reduce the size of a dataset and then features are extracted from that dataset using some other methods such as GLCM. Am I correct?
1 comentario
Aya Ahmed
el 4 de Abr. de 2020
Have you reached a solution?
Respuestas (1)
deepak panday
el 10 de En. de 2018
1 voto
[coff,score]=pca(data) newData = data*coff(:,1:n)
where n is number of feature to selected.
Categorías
Más información sobre Dimensionality Reduction and Feature Extraction en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!