Class MHTChi2Params
java.lang.Object
clickTrainDetector.clickTrainAlgorithms.mht.MHTChi2Params
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
- Direct Known Subclasses:
StandardMHTChi2Params
Parameters class must extend this.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleThe absolute maximum ICI for a click train in seconds! -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Get a set of data that describes all of the parameters in a classvoidCalled whenever settings have been restored.
-
Field Details
-
maxICI
public double maxICIThe absolute maximum ICI for a click train in seconds!
-
-
Constructor Details
-
MHTChi2Params
public MHTChi2Params()
-
-
Method Details
-
restoreSettings
public void restoreSettings()Called whenever settings have been restored. -
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.
-