adams.data.weka.rowfinder
Interface RowFinder

All Known Subinterfaces:
TrainableRowFinder
All Known Implementing Classes:
AbstractFilteredRowFinder, AbstractRowFinder, AbstractRowFinderWithCapabilities, AbstractTrainableRowFinder, ByLabel, FilteredIQR, Invert, MultiRowFinder, NullFinder

public interface RowFinder

Interface for classes that "find" rows of interest in datasets.

Version:
$Revision: 5722 $
Author:
fracpete (fracpete at waikato dot ac dot nz)

Method Summary
 int[] findRows(weka.core.Instances data)
          Returns the rows of interest in the dataset.
 

Method Detail

findRows

int[] findRows(weka.core.Instances data)
Returns the rows of interest in the dataset.

Parameters:
data - the dataset to inspect
Returns:
the rows of interest


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