class |
AbstractFilteredRowFinder |
Ancestor for row finders that pre-filter the rows.
|
class |
AbstractRowFinderWithCapabilities |
Ancestor for classes that find rows of interest in datasets.
|
class |
AbstractTrainableRowFinder |
Ancestor for RowFinder algorithms that can be trained.
|
class |
AllFinder |
Dummy finder, finds all rows.
|
class |
ByLabel |
Returns the indices of rows which attributes labels match the provided regular expression.
|
class |
ByNumericRange |
Returns indices of rows which numeric value match the min/max.
|
class |
ByNumericValue |
Returns indices of rows which numeric value match the min/max.
|
class |
Constant |
Row finder that finds a constant set of rows.
|
class |
FilteredIQR |
Returns indices of rows that got identified as outliers/extreme values.
|
class |
Invert |
Inverts the selected rows of the provided sub-row-filter.
|
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.
|