Package adams.data.columnfinder
Class AmplitudeFinder
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.core.logging.CustomLoggingLevelObject
-
- adams.core.option.AbstractOptionHandler
-
- adams.data.weka.columnfinder.AbstractColumnFinder
-
- adams.data.columnfinder.AmplitudeFinder
-
- All Implemented Interfaces:
adams.core.Destroyable
,adams.core.GlobalInfoSupporter
,adams.core.logging.LoggingLevelHandler
,adams.core.logging.LoggingSupporter
,adams.core.option.OptionHandler
,adams.core.ShallowCopySupporter<adams.data.weka.columnfinder.ColumnFinder>
,adams.core.SizeOfHandler
,adams.data.weka.columnfinder.ColumnFinder
,Serializable
public class AmplitudeFinder extends adams.data.weka.columnfinder.AbstractColumnFinder
Selects all the attributes that start withPREFIX_AMPLITUDE
.- Version:
- $Revision: 1736 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
PREFIX_AMPLITUDE
the prefix for a spectral attribute.
-
Constructor Summary
Constructors Constructor Description AmplitudeFinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.data.weka.columnfinder.AbstractColumnFinder
arrayToHashSet, check, compareTo, equals, findColumns, forCommandLine, forName, getColumnFinders, shallowCopy, shallowCopy
-
Methods inherited from class adams.core.option.AbstractOptionHandler
cleanUpOptions, defineOptions, destroy, finishInit, getDefaultLoggingLevel, getOptionManager, initialize, loggingLevelTipText, newOptionManager, reset, setLoggingLevel, toCommandLine, toString
-
Methods inherited from class adams.core.logging.LoggingObject
configureLogger, getLogger, getLoggingLevel, initializeLogging, isLoggingEnabled, sizeOf
-
-
-
-
Field Detail
-
PREFIX_AMPLITUDE
public static final String PREFIX_AMPLITUDE
the prefix for a spectral attribute.- See Also:
- Constant Field Values
-
-
Method Detail
-
globalInfo
public String globalInfo()
Returns a string describing the object.- Specified by:
globalInfo
in interfaceadams.core.GlobalInfoSupporter
- Specified by:
globalInfo
in classadams.core.option.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 classadams.data.weka.columnfinder.AbstractColumnFinder
- Parameters:
data
- the dataset to inspect- Returns:
- the columns of interest
-
-