I am trying to learn different pruning methods for decision tree. I got list of methods,below is the list.
1.Reduced Error Pruning
2.Cost Complexity pruning
3.Minimum error pruning
4.Pessimistic Error Pruning
5.Critical Value Pruning
6.Error Based pruning
I got enough content to learn first to algorithms but unable to get enough content and understand other algorithms. Can any one help me out to understand these algorithms thoroughly? Also, which algorithms are mostly used for pruning and why?
Thanks in advance !