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.
Show older comments
Answers (1)
Giorgio
on 1 Sep 2016
1 vote
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,
Categories
Find more on Dimensionality Reduction and Feature Extraction in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!