Name

adams.flow.transformer.WekaInstancesMerge


Synopsis

Merges multiple datasets, either from file or using Instances/Instance objects.
If no 'ID' attribute is named, then all datasets must contain the same number of rows.
Attributes can be excluded from ending up in the final dataset via a regular expression. They can also be prefixed with name and/or index.


Additional information

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


See also

Options