Research Article

A Novel Selective Ensemble Algorithm for Imbalanced Data Classification Based on Exploratory Undersampling

Algorithm 3

DREP ensemble pruning method.
(i) Input: : ensemble to be pruned,:
validation data set, : the tradeoff parameter.
(ii) Output: pruned ensemble .
  (1)  initialize .
  (2)   the classifier in with the lowest error on .
  (3)   and .
  (4)  repeat
  (5)   for each do
  (6)   compute diff
  (7)   endfor
  (8)   sort classifiers in the ascending order of .
  (9)    the first classifiers in the sorted list.
  (10)  the classifier in which most reduces the error of on .
  (11)   and
  (12) until the error of on can not be reduced.