Name

adams.flow.control.RemoveOutliers


Synopsis

Allows the user to interactively remove outliers.
You can toggle the 'outlier' state of individual points by left-clicking them.
You can also toggle whole regions by selecting a polygon around them: use SHIFT+left-click to place vertices and SHIFT+right-click to finish the polygon.


Additional information

Flow input/output:
- input: adams.data.spreadsheet.SpreadSheet
- output: adams.flow.container.OutlierContainer

Container information:
- adams.flow.container.OutlierContainer:
   - Original: original data; adams.data.spreadsheet.SpreadSheet
   - Clean: clean data; adams.data.spreadsheet.SpreadSheet
   - Outliers: outliers; adams.data.spreadsheet.SpreadSheet

Interactive actor information:
- supports interaction in headless mode: false


Options