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.
Afficher commentaires plus anciens
if true
% code
end
Réponses (1)
Giorgio
le 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,
Catégories
En savoir plus sur Hypothesis Tests dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!