Name

adams.flow.transformer.WekaGetInstanceValue


Synopsis

Retrieves a value from a WEKA Instance object.
Notes:
- date and relational values are forwarded as strings
- missing values are output as '?' (without the single quotes)
- the 'attribute name' option overrides the 'index' option


Additional information

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


Options