Name

adams.flow.transformer.WekaInstanceBuffer


Synopsis

Can act in two different ways:
1. Instance -> Instances (row -> dataset)
Buffers weka.core.Instance objects and outputs a weka.core.Instances object, whenever the interval condition has been met.
2. Instances -> Instance (dataset -> row)
Outputs all the weka.core.Instance objects that the incoming weka.core.Instances object contains.


Additional information

Flow input/output:
- input: weka.core.Instance, weka.core.Instance[]
- output: weka.core.Instances


Options