Package RightWhaleEdgeDetector
Class RWEParameters
java.lang.Object
RightWhaleEdgeDetector.RWEParameters
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble[]intbooleandoubleintintintstatic final longdoubledouble -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected RWEParametersclone()Get 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
-
clone
-
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Returns:
- description of the parameters in a class.
-