Class IDIChi2Params
java.lang.Object
clickTrainDetector.clickTrainAlgorithms.mht.mhtvar.SimpleChi2VarParams
clickTrainDetector.clickTrainAlgorithms.mht.mhtvar.IDIChi2Params
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
The IDIChi2Parmas.
- Author:
- Jamie Macaulay
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleThe minimum IDI before a large Chi2 penalty is added.Fields 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
ConstructorsConstructorDescriptionIDIChi2Params(SimpleChi2VarParams params) IDIChi2Params(String name) IDIChi2Params(String name, String unitString) IDIChi2Params(String name, String unitString, double error, double minError) IDIChi2Params(String name, String unitString, double error, double minError, double errorScaleValue) -
Method Summary
Modifier and TypeMethodDescriptionclone()Get a set of data that describes all of the parameters in a classMethods inherited from class clickTrainDetector.clickTrainAlgorithms.mht.mhtvar.SimpleChi2VarParams
getUnits, getUnitString, toString
-
Field Details
-
minIDI
public double minIDIThe minimum IDI before a large Chi2 penalty is added.
-
-
Constructor Details
-
IDIChi2Params
-
IDIChi2Params
-
IDIChi2Params
-
IDIChi2Params
-
IDIChi2Params
-
-
Method Details
-
clone
- Overrides:
clonein classSimpleChi2VarParams
-
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Overrides:
getParameterSetin classSimpleChi2VarParams- Returns:
- description of the parameters in a class.
-