Uses of Interface
adams.data.weka.rowfinder.TrainableRowFinder
-
Packages that use TrainableRowFinder Package Description adams.data.weka.rowfinder -
-
Uses of TrainableRowFinder in adams.data.weka.rowfinder
Classes in adams.data.weka.rowfinder that implement TrainableRowFinder Modifier and Type Class Description class
AbstractFilteredRowFinder
Ancestor for row finders that pre-filter the rows.class
AbstractTrainableRowFinder
Ancestor forRowFinder
algorithms that can be trained.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.
-