Class MHTParams
java.lang.Object
clickTrainDetector.clickTrainAlgorithms.mht.MHTParams
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
Parameters for the MHT algorithm, contains two serializable parameter
classes, one for the MHTKernel and one for the MHTCHi2Provider. Although the
Kernel is unlikely to change the MHTChi2Params can be very different
depending on the type of MHTChi2Provider which is used.
- Author:
- Jamie Macaulay
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionParameters for chi^2 params.MHT Kernel params.static final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Get a set of data that describes all of the parameters in a class
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
mhtKernal
MHT Kernel params. -
chi2Params
Parameters for chi^2 params. This can be any method to calculate a chi^2 value from a click train.
-
-
Constructor Details
-
MHTParams
public MHTParams()
-
-
Method Details
-
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.
-