adams.data.weka.columnfinder
Class Invert
java.lang.Object
adams.core.ConsoleObject
adams.core.option.AbstractOptionHandler
adams.data.weka.columnfinder.AbstractColumnFinder
adams.data.weka.columnfinder.AbstractTrainableColumnFinder
adams.data.weka.columnfinder.AbstractFilteredColumnFinder
adams.data.weka.columnfinder.Invert
- All Implemented Interfaces:
- Debuggable, Destroyable, OptionHandler, ShallowCopySupporter<ColumnFinder>, SizeOfHandler, ColumnFinder, TrainableColumnFinder, Serializable
public class Invert
- extends AbstractFilteredColumnFinder
Inverts the selected columns of the provided sub-column-filter.
- Version:
- $Revision: 5756 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
|
Method Summary |
protected int[] |
doFindColumns(weka.core.Instances data)
Returns the columns of interest in the dataset. |
String |
globalInfo()
Returns a string describing the object. |
| Methods inherited from class adams.core.option.AbstractOptionHandler |
cleanUpOptions, debug, debug, debugLevelTipText, destroy, finishInit, getDebugLevel, getOptionManager, initialize, isDebugOn, newOptionManager, setDebugLevel, toCommandLine, toString |
Invert
public Invert()
globalInfo
public String globalInfo()
- Returns a string describing the object.
- Specified by:
globalInfo in class AbstractOptionHandler
- Returns:
- a description suitable for displaying in the gui
doFindColumns
protected int[] doFindColumns(weka.core.Instances data)
- Returns the columns of interest in the dataset.
- Specified by:
doFindColumns in class AbstractColumnFinder
- Parameters:
data - the dataset to inspect
- Returns:
- the columns of interest
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.