Name

adams.flow.transformer.WekaExperiment


Synopsis

Represents a Weka experiment, stored in a file. Can be setup from inside the flow.
Via the input port, additional datasets can be inserted into the experiment. This allows one to define a template experiment and then just run it over various datasets without every having to change the experiment setup itself.


Additional information

Flow input/output:
- input: adams.flow.core.Unknown, java.io.File, java.io.File[], java.lang.String, java.lang.String[]
- output: weka.experiment.Experiment


Options