Description: Both C4.5 and C5.0 can produce classifiers expressed either as decision trees or rulesets. In many applications, rulesets are preferred because they are simpler and easier to understand than decision trees, but C4.5 s ruleset methods are slow and memory-hungry. C5.0 embodies new algorithms for generating rulesets, and the improvement is dramatic.
To Search:
File list (Check if you may need any files):
C50\attwinnow.c
...\c50.c
...\classify.c
...\confmat.c
...\construct.c
...\contin.c
...\defns.i
...\discr.c
...\extern.i
...\formrules.c
...\formtree.c
...\getdata.c
...\getnames.c
...\global.c
...\gpl.txt
...\implicitatt.c
...\info.c
...\Makefile
...\mcost.c
...\modelfiles.c
...\p-thresh.c
...\prune.c
...\report.c
...\rules.c
...\ruletree.c
...\siftrules.c
...\sort.c
...\subset.c
...\text.i
...\trees.c
...\update.c
...\utility.c
...\xval
...\xval.c
C50