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
- -f <filestem>
- Set the stem name (default DF)
- -args <string>
- Passes these additional arguments to C4.5 (default none)
- -noPrune
- Reports the results from c4.5's unpurned tree (default reports from pruned tree)
- -noTest
- Suppress the -u argument, which makes C4.5 output accuracy on the training set (default test accuracy on the <filestem>.test file)
- -v
- Can be used multiple times to increase the debugging output
Generated for VFML by
hosted by