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