|
Algorithm 3: ADTree with Adaboost |
| Input: Training Dataset -D |
| 1. Process of Initialization |
| 1.a Set = 0 = 1/n = {true} |
| 1.b First DT rule (x): { if (true) then = ln ( else 0} |
| 1.c Update = 1 = = 0 exp
|
| 2. Do it again for boosting cycle t = 1:T |
| 2.1 For every pre-condition and each condition
|
| Z + + W(
|
| 2.1 Compute and for the selected that minimizes Z with = 1 |
| |
|
= ln (), = =l n() |
| 2.2 Update : { ,
|
| 2.3 Update = exp(- (
|
| Output: F(x) =
|