C4.5

Terms from Artificial Intelligence: humans at the heart of algorithms

The glossary is being gradually proof checked, but currently has many typos and misspellings.

C4.5 is one of the most well known variants of Quinlan, Ross's ID3 decision tree learning algorithm. C4.5 has a number of variations from basic ID3 including the use of normalised information gain for non-binary node decisions.

Used in Chap. 5: page 68