Difference between pre pruning and post pruning
Answers
Answered by
0
The important difference between this method and the divide-and- conquer strategy used in most decision tree learning algorithms is that pruning of branches in a decision tree will never affect the neighboring branches, whereas pruning of conditions of a rule will affect all subsequent rules.
Similar questions