adams.data.weka.rowfinder
Class Invert
java.lang.Object
adams.core.ConsoleObject
adams.core.option.AbstractOptionHandler
adams.data.weka.rowfinder.AbstractRowFinder
adams.data.weka.rowfinder.AbstractTrainableRowFinder
adams.data.weka.rowfinder.AbstractFilteredRowFinder
adams.data.weka.rowfinder.Invert
- All Implemented Interfaces:
- Debuggable, Destroyable, OptionHandler, ShallowCopySupporter<RowFinder>, SizeOfHandler, RowFinder, TrainableRowFinder, Serializable
public class Invert
- extends AbstractFilteredRowFinder
Inverts the selected rows of the provided sub-row-filter.
- Version:
- $Revision: 5756 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
|
Method Summary |
protected int[] |
doFindRows(weka.core.Instances data)
Returns the rows 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
doFindRows
protected int[] doFindRows(weka.core.Instances data)
- Returns the rows of interest in the dataset.
- Specified by:
doFindRows in class AbstractRowFinder
- Parameters:
data - the dataset to inspect
- Returns:
- the rows of interest
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.