Research Article

A Dynamic Ensemble Framework for Mining Textual Streams with Class Imbalance

Algorithm 3

Adaptive selection method.
Output: The optimal CF
Input:  : The data chunk at each time stamp
      : The number of CTs in CF
 (1) At the -th time stamp:
 (2) Obtain current original clustering forest relying on Algorithm 1;
 (3) For do:
 (4) Estimate the accuracy of using ;
 (5) Compute the accuracy weight of with (1);
 (6) If :
 (7) REMOVE( );
   UPDATE( );
 (8) Endif