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
FieldsModifier and TypeFieldDescriptionParameters for chi^2 params.MHT Kernel params.static final long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Get a set of data that describes all of the parameters in a class
-
Field Details
-
Constructor Details
-
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.
-