Interface ColumnFinder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int[] findColumns​(weka.core.Instances data)
      Returns the columns 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

      • findColumns

        int[] findColumns​(weka.core.Instances data)
        Returns the columns of interest in the dataset.
        Parameters:
        data - the dataset to inspect
        Returns:
        the columns of interest