程序包 weka.experiment

类 InstancesResultListener

java.lang.Object
weka.experiment.CSVResultListener
weka.experiment.InstancesResultListener
所有已实现的接口:
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)
版本:
$Revision: 1.11 $
作者:
Len Trigg (trigg@cs.waikato.ac.nz)
另请参阅: