Research Article

Pathway-Based Feature Selection Algorithm for Cancer Microarray Data

Algorithm 1

Biological Pathway-based Feature Selection Algorithm (BPFS).
/**
* G and S denote the set of all features and the set of
* selected features respectively. Set represents all
* the remaining features.
*/
Select the first feature from that has highest mutual information.
Repeat till there is more features to select.
  (a) Calculate marginal classification power for all the features in .
  (b) Select top features with highest marginal classification power as candidate set .
  (c) Calculate Total Influence Factor (TIF) for all the features in .
  (d) Select the feature with lowest TIF and include it into .