Research Article
Incremental Optimization Mechanism for Constructing a Decision Tree in Data Stream Mining
Pseudocode 2
Pseudocode of testing approach.
| PROCEDURE: traverseHT(, , ) | | Sort from the root to a leaf by HT. Update OCD in each node: ++ | | Switch () | | Case : predict the class with max | | Case : predict the class with max NB prob. | | Case : predict the class with max WNB prob. | | IF equals to the actual class label in , THEN ++ | | ELSE ++ | | | | Return |
|