Interface RowFinder

    • 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
    • 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