Research Article

Recognition of Multiple Imbalanced Cancer Types Based on DNA Microarray Data Using Ensemble Classifiers

Pseudocode 1

Pseudocode description of the FSS generation algorithm.
Input: training set ; Feature set ; Size of feature space ; Size of
feature subspace ; Number of feature subspace
Output:   feature subspace training subsets
Process:
(1) Gather features of into clusters by hierarchical clustering
  based on PCC: ( );
(2) For  : 
(3) {
(4) Select representative gene in by SNR;
(5) }
(6) Construct feature space FS including all representive genes
   extracted above;
(7) For to
(8) {
(9) ;
(10) ; /*FSS: feature subspace
(11) }
(12) Output feature subspace training subsets