Class InstancesResultListener

java.lang.Object
weka.experiment.CSVResultListener
weka.experiment.InstancesResultListener
All Implemented Interfaces:
Serializable, OptionHandler, RevisionHandler, ResultListener

public class InstancesResultListener extends CSVResultListener
Outputs the received results in arff format to a Writer. All results must be received before the instances can be written out.

Valid options are:

 -O <file name>
  The filename where output will be stored. Use - for stdout.
  (default temp file)
 
Version:
$Revision: 10203 $
Author:
Len Trigg (trigg@cs.waikato.ac.nz)
See Also: