Rule Extraction from Decision Tree
IF-THEN Rules for Classification can be extracted from Decision Trees by writing down all possible paths in a tree. The leafs hold the class prediction.
IF-THEN Rules for Classification can be extracted from Decision Trees by writing down all possible paths in a tree. The leafs hold the class prediction.