Package adams.data.weka.rowfinder
Interface RowFinder
-
- All Superinterfaces:
adams.core.Destroyable
,adams.core.option.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 adams.core.option.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.
-