class |
AbstractFilteredRowFinder |
Ancestor for row finders that pre-filter the rows.
|
class |
AbstractTrainableRowFinder |
Ancestor for RowFinder algorithms that can be trained.
|
class |
AllFinder |
Dummy finder, returns all rows.
|
class |
ByContentType |
Returns indices of rows which match the specified content type.
|
class |
ByDateValue |
Returns indices of rows which date/time type falls between the min/max.
|
class |
ByIndex |
Returns indices of rows that fall in the defined range.
|
class |
ByNumericRange |
Returns indices of rows which numeric value fall into the specified intervals.
|
class |
ByNumericValue |
Returns indices of rows which numeric value match the min/max.
|
class |
ByStringComparison |
Returns indices of rows which string value match the min/max.
|
class |
ByValue |
Returns indices of rows which label match the regular expression.
|
class |
ClosestNumericValue |
Returns the index of the row that comes closest to the provided numeric value.
|
class |
DownSample |
Returns the indices of every n-th row.
|
class |
Invert |
Inverts the selected rows of the provided sub-row-filter.
|
class |
IsNumeric |
Returns indices of rows that have numeric values in the specified column.
|
class |
MissingValue |
Returns indices of rows which label match the regular expression.
|
class |
MultiRowFinder |
Applies multiple row finding algorithms to the data.
The indices can be either joined or intersected.
|
class |
NullFinder |
Dummy finder, does not find any rows.
|
class |
SubSample |
Returns the indices of a subsample of rows.
|