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.
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
if true
% code
end
0 commentaires
Réponses (1)
Giorgio
le 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 commentaires
Voir également
Catégories
En savoir plus sur Dimensionality Reduction and Feature Extraction dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!