Feature Selection using Matlab

Select the subset of features that maximizes Correct Classification Rate.

您现在正在关注此提交

The DEMO includes 5 feature selection algorithms:
• Sequential Forward Selection (SFS)
• Sequential Floating Forward Selection (SFFS)
• Sequential Backward Selection (SBS)
• Sequential Floating Backward Selection (SFBS)
• ReliefF

Two CCR estimation methods:
• Cross-validation
• Resubstitution

After selecting the best feature subset, the classifier obtained can be used for classifying any pattern.

Figure: Upper panel is the pattern x feature matrix
Lower panel left are the features selected
Lower panel right is the CCR curve during feature selection steps
Right panel is the classification results of some patterns.

This software was developed using Matlab 7.5 and Windows XP.

Copyright: D. Ververidis and C.Kotropoulos
AIIA Lab, Thessaloniki, Greece,
jimver@aiia.csd.auth.gr
costas@aiia.csd.auth.gr

In order to run the DEMO:

In order to run the demo:
- A PC with Windows XP is needed.
- Use Matlab7.5 or later to run DEMO.m

1) Select the ‘finalvec.mat’ dataset (patterns x [features+1] matrix) from 'PatTargMatrices' folder. The last column of ‘finalvec.mat’ are the targets.
2) Press the run button on the panel. It is the second one.
3) After the selection of the optimum feature set, select a set of patterns for classification using the open folder button (last button). It can be the same data-set that was used for training the feature selection algorithm

% REFERENCES:
[1] D. Ververidis and C. Kotropoulos, "Fast and accurate feature subset selection applied into speech emotion recognition," Els. Signal Process., vol. 88, issue 12, pp. 2956-2970, 2008.
[2] D. Ververidis and C. Kotropoulos, "Information loss of the Mahalanobis distance in high dimensions: Application to feature selection," IEEE Trans. Pattern Analysis and Machine Intelligence, vol. 31, no. 12, pp. 2275-2281, 2009.

引用格式

Dimitrios Ververidis (2026). Feature Selection using Matlab (https://ww2.mathworks.cn/matlabcentral/fileexchange/22970-feature-selection-using-matlab), MATLAB Central File Exchange. 检索时间: .

类别

Help CenterMATLAB Answers 中查找有关 Statistics and Machine Learning Toolbox 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.5.0.0

PAMI paper accepted

1.4.0.0

5.1.8 Help menu added
Settings menu added

1.3.0.0

News: Version 5.1.6 supports up to 7 classes.

1.1.0.0

Latest version 5.1.5 includes also
a) an executable version.
Requirements: MSIInstaller.exe of Matlab7.5
b) A pdf describing the method

1.0.0.0