Package adams.data.weka.rowfinder

Interface Summary
RowFinder Interface for classes that "find" rows of interest in datasets.
TrainableRowFinder Interface for RowFinder algorithms that can be trained.
 

Class Summary
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.
ByLabel Returns indices of rows which label match the regular expression.
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.
 

Enum Summary
MultiRowFinder.Combination How combine the indices.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.