adams.data.weka.rowfinder
Class AbstractRowFinderWithCapabilities
java.lang.Object
adams.core.ConsoleObject
adams.core.option.AbstractOptionHandler
adams.data.weka.rowfinder.AbstractRowFinder
adams.data.weka.rowfinder.AbstractRowFinderWithCapabilities
- All Implemented Interfaces:
- Debuggable, Destroyable, OptionHandler, ShallowCopySupporter<RowFinder>, SizeOfHandler, RowFinder, Serializable, weka.core.CapabilitiesHandler
public abstract class AbstractRowFinderWithCapabilities
- extends AbstractRowFinder
- implements weka.core.CapabilitiesHandler
Ancestor for classes that find rows of interest in datasets.
Requires the data to meet the required capabilities.
- Version:
- $Revision: 5722 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
|
Method Summary |
protected void |
check(weka.core.Instances data)
Checks the data. |
abstract weka.core.Capabilities |
getCapabilities()
Returns the capabilities of this object. |
| Methods inherited from class adams.core.option.AbstractOptionHandler |
cleanUpOptions, debug, debug, debugLevelTipText, defineOptions, destroy, finishInit, getDebugLevel, getOptionManager, globalInfo, initialize, isDebugOn, newOptionManager, reset, setDebugLevel, toCommandLine, toString |
AbstractRowFinderWithCapabilities
public AbstractRowFinderWithCapabilities()
getCapabilities
public abstract weka.core.Capabilities getCapabilities()
- Returns the capabilities of this object.
- Specified by:
getCapabilities in interface weka.core.CapabilitiesHandler
- Returns:
- the capabilities of this object
- See Also:
Capabilities
check
protected void check(weka.core.Instances data)
- Checks the data.
Checks the data against the capabilities.
- Overrides:
check in class AbstractRowFinder
- Parameters:
data - the data to check
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.