Package RightWhaleEdgeDetector
Class RWEParameters
java.lang.Object
RightWhaleEdgeDetector.RWEParameters
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptiondouble[]
int
boolean
double
int
int
int
static final long
double
double
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a class
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
dataSourceName
-
channelMap
public int channelMap -
startFreq
public double startFreq -
endFreq
public double endFreq -
backgroundConst
public double[] backgroundConst -
threshold
public double threshold -
maxSoundGap
public int maxSoundGap -
maxFrequencyGap
public int maxFrequencyGap -
minSoundType
public int minSoundType -
downThreshold
public boolean downThreshold
-
-
Constructor Details
-
RWEParameters
public RWEParameters()
-
-
Method Details
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-