C4.5 algorithm
Appearance
c4.5 is Decision tree generating algorithm, based on ID3 algorithm. It contains several improvements, especially needed for software implementation. Improvements contains:
- Choosing an appropriate attribute selection measure.
- Handling training data with missing attribute values.
- Handling attributes with differing costs.
- Handling continuos attributes
and some others.