how to do feature selection and classification on abalone dataset using methods oter than LDA,QDA,PCA AND SEQUENTIAL FEATURE SELECTION.plz provide the suitable code for it.
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
if true
% code
end
0 Kommentare
Antworten (1)
Giorgio
am 1 Sep. 2016
Hi, most of the technique you cited are not doing feature selection PCA, for example, ia a dimensionality reduction method, your observations when projected on the principal components are not features anymore. You can download source code for feature selection (update on 2016) "Feature Selection Library" from: http://it.mathworks.com/matlabcentral/fileexchange/56937-feature-selection-library I hope it helps, best,
0 Kommentare
Siehe auch
Kategorien
Mehr zu Dimensionality Reduction and Feature Extraction finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!