Jump to:
Project Description | Capabilities
induce classification rules (decision trees) from examples C4.5 is a software extension of the basic ID3 algorithm designed by
Quinlan to address the following issues not dealt with by ID3:
* Avoiding overfitting the data
o Determining how deeply to grow a decision tree.
* Reduced error pruning.
* Rule post-pruning.
* Handling continuous attributes.
o e.g., temperature
* Choosing an appropriate attribute selection measure.
* Handling training data with missing attribute values.
* Handling attributes with differing costs.
* Improving computational efficiency.
This page is part of the FWeb package.
It derives from the
Robotics Institute projects page.
Last updated Mon Jan 15 08:47:16 CST 2007
.