| Interface | Description |
|---|---|
| Filter |
Filter: a method of removing examples
(or sequences) according to some condition
|
| Class | Description |
|---|---|
| BaseColumnFilter |
Abstract class for filtering examples
based on the values in a
single column
|
| ConditionFilter |
A filter based on a
Condition.If condition is satisfied (returns true): remove the example or sequence If condition is not satisfied (returns false): keep the example or sequence |
| FilterInvalidValues |
FilterInvalidValues: a filter operation that removes any examples (or sequences)
if the examples/sequences contains
invalid values in any of a specified set of columns.
|
| InvalidNumColumns |
Remove invalid records of a certain size.
|
Copyright © 2020. All rights reserved.