Principal Component Analysis for feature extraction
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Antworten (1)
deepak panday
am 10 Jan. 2018
[coff,score]=pca(data) newData = data*coff(:,1:n)
where n is number of feature to selected.
2 Kommentare
Siehe auch
Kategorien
Mehr zu Dimensionality Reduction and Feature Extraction finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!