Package adams.data.weka.columnfinder
Interface ColumnFinder
-
- All Superinterfaces:
Destroyable,OptionHandler
- All Known Subinterfaces:
TrainableColumnFinder
- All Known Implementing Classes:
AbstractColumnFinder,AbstractColumnFinderWithCapabilities,AbstractFilteredColumnFinder,AbstractTrainableColumnFinder,AllFinder,ByExactName,ByName,Class,Constant,Invert,MultiColumnFinder,NullFinder,RowFilteredColumnFinder
public interface ColumnFinder extends OptionHandler
Interface for classes that "find" columns 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[]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
-
-