Research Article

An Improved Feature Selection Based on Effective Range for Classification

Algorithm 1

Input: Data matrix , , the number of
selected feature k.
Output: Feature subset.
(1) Compute the ER of each feature by (5);
(2) Compute the and by (6) and (7);
(3) Compute the by (9);
(4) Normalize the by (10);
(5) Calculate the and by (11);
(6) Compute the weight of each feature by (12);
(7) Sort the weight of all features in a descending order;
(8) Select the best k features;