类 C45Saver

所有已实现的接口:
Serializable, CapabilitiesHandler, 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
 
版本:
$Revision: 1.7 $
作者:
Stefan Mutter (mutter@cs.waikato.ac.nz)
另请参阅: