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: REPrune.h Source File
Main Page | Modules | Data Structures | File List | Globals | Related Pages

REPrune.h

Go to the documentation of this file.
00001 #ifndef REPRUNEH
00002 #define REPRUNEH
00003 
00031 #include "vfml.h"
00032 
00034 void REPruneBatch(DecisionTreePtr dt, VoidAListPtr examples);
00035 
00036 
00043 void REPruneBatchFile(DecisionTreePtr dt, FILE *exampleIn, long pruneMax);
00044 
00045 #endif

Generated for VFML by doxygen hosted by SourceForge.net Logo