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

C45interface.h

Go to the documentation of this file.
00001 #ifndef C45INTERFACE
00002 #define C45INTERFACE
00003 
00004 #include "DecisionTree.h"
00005 #include "Example.h"
00006 
00007 
00025 DecisionTreePtr C45Learn(ExampleSpecPtr es, VoidListPtr examples);
00026 
00027 #endif

Generated for VFML by doxygen hosted by SourceForge.net Logo