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.

Answers (1)

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

Asked:

on 18 Oct 2013

Answered:

on 1 Sep 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!