| Algorithm 1: Overall procedure of rule induction |
|
Input: : trained tree, : distillation rate Output: : Ordered Rule set consists of layers |
| Initialize rule set For each in : For each in : For each in : Induce an ith rule from a tree t Calculate rule contribution C of a rule path p (3) Append rule and its to End for Sort rules in according to rule contribution Eliminate some of rules with low contribution by d% End for End for Return |