Research Article

Conformational B-Cell Epitopes Prediction from Sequences Using Cost-Sensitive Ensemble Classifiers and Spatial Clustering

Procedure 1

Procedure Cost-Sensitive Boosting scheme.
BEGIN
  Data preparation:   ,  where  
  
  Initialization:
  (a) Initialize the classifier  
  (b) Initialize the weights distribution   . (Usually )
  Iteration:
  ( ) Train the base learner   : using weight distribution  
  ( ) Choose the weight updating parameter:
  
  ( ) Updating and normalize the sample weights:
   ,  where  
  End Iteration
  Output the final classifier:
     where     and     are the mean and the standard deviation of scores produced
  by the sub-classifiers
  RETURN   .
END