C4.5 Algorithm

C4.5 Algorithm

C4.5 is an algorithm used to generate a decision tree developed by Ross Quinlan. C4.5 is an extension of Quinlan's earlier ID3 algorithm. The decision trees generated by C4.5 can be used for classification, and for this reason, C4.5 is often referred to as a statistical classifier.

Read more about C4.5 Algorithm:  Algorithm, Implementations, Improvements From ID3 Algorithm, Improvements in C5.0/See5 Algorithm