Name

adams.flow.transformer.MekaClassSelector


Synopsis

Determines which attributes to use as class attributes using either a regular expression or an attribute index range.
In case the attribute range is a non-empty string, this will take precedence over the regular expression.
Anything that follows a ':' or ' ' (blank) gets removed from the original relation name in order to create a valid MEKA one.


Additional information

Flow input/output:
- input: weka.core.Instances
- output: weka.core.Instances


Options