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
Modifier and TypeFieldDescriptiondouble
The absolute maximum ICI for a click train in seconds! -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Get a set of data that describes all of the parameters in a classvoid
Called 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:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-