| 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.
|
| AllFinder |
Dummy finder, returns all rows.
|
| ByContentType |
Returns indices of rows which match the specified content type.
|
| ByDateValue |
Returns indices of rows which date/time type falls between the min/max.
|
| ByIndex |
Returns indices of rows that fall in the defined range.
|
| ByNumericRange |
Returns indices of rows which numeric value fall into the specified intervals.
|
| ByNumericValue |
Returns indices of rows which numeric value match the min/max.
|
| ByStringComparison |
Returns indices of rows which string value match the min/max.
|
| ByValue |
Returns indices of rows which label match the regular expression.
|
| ClosestNumericValue |
Returns the index of the row that comes closest to the provided numeric value.
|
| DownSample |
Returns the indices of every n-th row.
|
| Invert |
Inverts the selected rows of the provided sub-row-filter.
|
| IsNumeric |
Returns indices of rows that have numeric values in the specified column.
|
| 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.
|
| SubSample |
Returns the indices of a subsample of rows.
|