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