Name

adams.flow.transformer.WekaAttributeIterator


Synopsis

Iterates through all attributes of a dataset and outputs the names.
The attributes can be limited with the range parameter and furthermore with the regular expression applied to the names.
Instead of outputting the names, it is also possible to output the 1-based indices.


Additional information

Flow input/output:
- input: weka.core.Instances, weka.core.Instance
- output: java.lang.String


Options