class |
AbstractColumnFinderWithCapabilities |
Ancestor for classes that find columns of interest in datasets.
|
class |
AbstractFilteredColumnFinder |
Ancestor for column finders that pre-filter the columns.
|
class |
AbstractTrainableColumnFinder |
|
class |
AllFinder |
Dummy finder, finds all columns.
|
class |
ByExactName |
Returns indices of columns which names match the exact name.
|
class |
ByName |
Returns indices of attributes which names match the regular expression.
|
class |
Class |
Column finder which finds the class column (if one is set).
|
class |
Constant |
Column finder that finds a constant set of columns.
|
class |
Invert |
Inverts the selected columns of the provided sub-column-filter.
|
class |
MultiColumnFinder |
Applies multiple column finding algorithms to the data.
The indices can be either joined or intersected.
|
class |
NullFinder |
Dummy finder, does not find any columns.
|
class |
RowFilteredColumnFinder |
This column finder first filters the rows before finding any columns on
the subset of rows.
|