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: C45interface.h Source File
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