This page is part of an archival collection and is no longer actively maintained.

It may contain outdated information and may not meet current or future WCAG accessibility standards. We provide this content, its subpages, and associated links for historical reference only. If you need assistance, please contact support@cs.washington.edu

VFML: c45wrapper File Reference
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