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

C45interface.h File Reference


Detailed Description

Calls the C4.5 decision tree learning system and returns the learned tree.

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.


Function Documentation

DecisionTreePtr C45Learn ExampleSpecPtr  es,
VoidListPtr  examples
 

Makes the call and returns the tree.


Generated for VFML by doxygen hosted by SourceForge.net Logo