Package adams.data.weka.rowfinder
Interface RowFinder
-
- All Superinterfaces:
Destroyable
,OptionHandler
- All Known Subinterfaces:
TrainableRowFinder
- All Known Implementing Classes:
AbstractFilteredRowFinder
,AbstractRowFinder
,AbstractRowFinderWithCapabilities
,AbstractTrainableRowFinder
,AllFinder
,ByLabel
,ByNumericRange
,ByNumericValue
,Constant
,FilteredIQR
,Invert
,MultiRowFinder
,NullFinder
public interface RowFinder extends OptionHandler
Interface for classes that "find" rows of interest in datasets.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int[]
findRows(weka.core.Instances data)
Returns the rows of interest in the dataset.-
Methods inherited from interface adams.core.Destroyable
destroy
-
Methods inherited from interface adams.core.option.OptionHandler
cleanUpOptions, defineOptions, getOptionManager, toCommandLine
-
-