| |
| | Building Classification Models: ID3 and C4.5 |
 | | ID3 and C4.5 are algorithms introduced by Quinlan for inducing Classification Models, also called Decision Trees, from data. |
 | | C4.5 is an extension of ID3 that accounts for unavailable values, continuous attribute value ranges, pruning of decision trees, rule derivation, and so on. |
 | | The ID3 algorithm is used to build a decision tree, given a set of non-categorical attributes C1, C2,.., Cn, the categorical attribute C, and a training set T of records. |
| www.cis.temple.edu /~ingargio/cis587/readings/id3-c45.html (2078 words) |
|