Class AmplitudeChi2Params
java.lang.Object
clickTrainDetector.clickTrainAlgorithms.mht.mhtvar.SimpleChi2VarParams
clickTrainDetector.clickTrainAlgorithms.mht.mhtvar.AmplitudeChi2Params
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionboolean
Whether the bearing jump is used.double
The maximum allowed bearing bearing jump in a click train in RADIANSFields inherited from class clickTrainDetector.clickTrainAlgorithms.mht.mhtvar.SimpleChi2VarParams
errLimits, error, errorScaleValue, minError, name, SCALE_FACTOR_AMPLITUDE, SCALE_FACTOR_BEARING, SCALE_FACTOR_CORRELATION, SCALE_FACTOR_ICI, SCALE_FACTOR_PFREQ, SCALE_FACTOR_TIMEDELAYS
-
Constructor Summary
ConstructorDescriptionAmplitudeChi2Params
(String name) AmplitudeChi2Params
(String name, String unitString) AmplitudeChi2Params
(String name, String unitString, double error, double minError) AmplitudeChi2Params
(String name, String unitString, double error, double minError, double errorScaleValue) -
Method Summary
Methods inherited from class clickTrainDetector.clickTrainAlgorithms.mht.mhtvar.SimpleChi2VarParams
clone, getParameterSet, getUnits, getUnitString, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface PamModel.parametermanager.ManagedParameters
getParameterSet
-
Field Details
-
ampJumpEnable
public boolean ampJumpEnableWhether the bearing jump is used. -
maxAmpJump
public double maxAmpJumpThe maximum allowed bearing bearing jump in a click train in RADIANS
-
-
Constructor Details
-
AmplitudeChi2Params
-
AmplitudeChi2Params
-
AmplitudeChi2Params
-
AmplitudeChi2Params
-
AmplitudeChi2Params
-