Name

adams.flow.transformer.Cleaner


Synopsis

In case of Instances objects, 'unclean' Instance objects get removed. When receiving an Instance object, a note is attached.
The following order is used to obtain the model (when using AUTO):
1. model file present?
2. source actor present?
3. storage item present?
4. The cleaner is instantiated from the provided definition.


Additional information

Flow input/output:
- input: adams.flow.container.CleaningContainer, weka.core.Instance, weka.core.Instances
- output: adams.flow.container.CleaningContainer

Container information:
- adams.flow.container.CleaningContainer:
   - Instance: data row; weka.core.Instance
   - Instances: dataset; weka.core.Instances
   - Checks: checks; adams.data.spreadsheet.SpreadSheet
   - Cleaner: cleaner; adams.data.cleaner.instance.AbstractCleaner


Options