An interface that writes the examples to a file, calls C4.5 on them, and returns the tree that C4.5 learns. See the example program for more information on how to use this interface. C4.5 must be in your path for this to work, you can grab it from Professor Quinlan's homepage at http://www.cse.unsw.edu.au/~quinlan/.
Go to the source code of this file.
Functions | |
DecisionTreePtr | C45Learn (ExampleSpecPtr es, VoidListPtr examples) |
Makes the call and returns the tree. |
|
Makes the call and returns the tree.
|