|
Class Summary |
| AbstractFilteredRowFinder |
Ancestor for row finders that pre-filter the rows. |
| AbstractRowFinder |
Ancestor for classes that find rows of interest in datasets. |
| AbstractTrainableRowFinder |
Ancestor for RowFinder algorithms that can be trained. |
| ByIndex |
Returns indices of rows that fall in the defined range. |
| ByNumericValue |
Returns indices of rows which label match the regular expression. |
| ByValue |
Returns indices of rows which label match the regular expression. |
| Invert |
Inverts the selected rows of the provided sub-row-filter. |
| MissingValue |
Returns indices of rows which label match the regular expression. |
| MultiRowFinder |
Applies multiple row finding algorithms to the data.
The indices can be either joined or intersected. |
| NullFinder |
Dummy finder, does not find any rows. |