Research Article

Margin-Based Pareto Ensemble Pruning: An Ensemble Pruning Algorithm That Learns to Search Optimized Ensembles

Algorithm 1

MCP algorithm.
Require: the ensemble pool generated during the overproduction stage
(1) (the pruned ensemble pool is empty)
(2)for in do:
(3)  if sample X is in the safe region:
(4)   continue
(5)  else if sample X is in the indecision region:
(6)   if :
(7)    
(8)   else if :
(9)     is pruned
(10)   end if
(11)  end if
(12)  return