Name

adams.flow.transformer.WekaInstanceDumper


Synopsis

Dumps weka.core.Instance objects into an ARFF file. If the headers change and the header-check is enabled, then a new file will be used.
The actor can also turn double arrays into weka.core.Instance objects (all attributes are assumed to be numeric).


Additional information

Flow input/output:
- input: weka.core.Instance, double[]
- output: java.lang.String


Options