Principal Component Analysis PCA
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I need to use PCA for features selection. Foe example if the number of features = 300 the result by PCA = 15. I used PCA command in matlab but the result complete transformation of the feature (300), but I need only the important features to save the accuracy.
1 comentario
Image Analyst
el 7 de Abr. de 2018
OK good luck. Do you have a question (rather than an announcement)? If so, you forgot to attach your code and code. So do that then please ask your question after reading this: http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
Respuestas (2)
KSSV
el 7 de Abr. de 2018
pca gives you out score of each feature. You sort the scores and pick the first fifteen scores and the respective features.
0 comentarios
Sulaymon Eshkabilov
el 1 de Jun. de 2021
Here are two nice documentation that address your raised questions:
0 comentarios
Ver también
Categorías
Más información sobre Dimensionality Reduction and Feature Extraction en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!