Research Article

A Discrete Wavelet Based Feature Extraction and Hybrid Classification Technique for Microarray Data Analysis

Algorithm 1

Feature selection method by DWT using scaling coefficient and detailed coefficient.
Input: dataset
Output: A subset (selected features by filter method) of the dataset
Method:
(1) Decomposition Step ( : array[1,…, ] of reals)
(2) for to ;
(3) [ ] ( [ ] + [ ])/sqrt(2); //scaling coefficient
(4) [ ] ( [ ] − [ ])/sqrt(2); //detail coefficient
(5) end for
(6)
(7) Threshold application
(8) if [ ] <= 0.5 then [ ] = 0; // threshold value = 0.5
(9) else [ ] = [ ];
(10) Approximation value using the inverse function
Wavelet inverse = new wavelet(“scaling coef”, “detail coef”);
(11) Feature selection using the filter method
-test; //rank of -test