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
FieldsModifier and TypeFieldDescriptionbooleanWhether the bearing jump is used.doubleThe 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
ConstructorsConstructorDescriptionAmplitudeChi2Params(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, toStringMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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
-