Computer Science, asked by person8113, 1 year ago

Difference between pre pruning and post pruning

Answers

Answered by ANKIT1970
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