Main Page | Modules | Data Structures | File List | Globals | Related Pages

c45wrapper File Reference


Detailed Description

Calls C4.5 and tests the learned tree.

A wrapper that calls C4.5 to learn a decision tree, times its execution, and extracts the important bits from its output. C4.5 must be in your path for this learner to work, you can get it from Professor Quinlan's homepage at http://www.cse.unsw.edu.au/~quinlan/.

This wrapper runs C4.5, tests the learned tree on the test data (if appropriate) and outputs: test set error rate <whitespace> size of tree <whitespace> seconds.

You might also be interested in the DecisionTreeReadC45 function.

Arguments


Generated for VFML by doxygen hosted by SourceForge.net Logo