Class C45Saver

All Implemented Interfaces:
Serializable, CapabilitiesHandler, CapabilitiesIgnorer, BatchConverter, FileSourcedConverter, IncrementalConverter, Saver, EnvironmentHandler, OptionHandler, RevisionHandler

public class C45Saver extends AbstractFileSaver implements BatchConverter, IncrementalConverter, OptionHandler
Writes to a destination that is in the format used by the C4.5 algorithm.
Therefore it outputs a names and a data file.

Valid options are:

 -i <the input file>
 The input file
 
 -o <the output file>
 The output file
 
 -c <the class index>
 The class index
 
Version:
$Revision: 10203 $
Author:
Stefan Mutter (mutter@cs.waikato.ac.nz)
See Also: