To derive rules from a decision tree, one rule is generated for each path from the root to a leaf node. The rule antecedent is formed from each splitting condition along a given path, and the rule consequent is the class assigned by the leaf [1][10].