Name

adams.flow.transformer.WekaNewInstance


Synopsis

Creates a new weka.core.Instance-derived object, with all values marked as missing.
The class implementing the weka.core.Instance interface needs to have a constructor that takes the number of attributes as sole parameter.


Additional information

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


Options