Class MHTKernelParams
java.lang.Object
clickTrainDetector.clickTrainAlgorithms.mht.MHTKernelParams
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
Options for the MHT algorithm
- Author:
- Jamie Macualay
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionint
The maximum number of coasts i.e.int
The maximum number of unique branches past the pruneBack point to keepint
The branches are pruned to nHold number of branches by going back nPruneBack values.int
The minimum number of added detections to the probability matrix allowed before a prune back of possibilities takes place. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a classvoid
Print out settings.
-
Field Details
-
nHold
public int nHoldThe maximum number of unique branches past the pruneBack point to keep -
nPruneback
public int nPrunebackThe branches are pruned to nHold number of branches by going back nPruneBack values. -
nPruneBackStart
public int nPruneBackStartThe minimum number of added detections to the probability matrix allowed before a prune back of possibilities takes place. -
maxCoast
public int maxCoastThe maximum number of coasts i.e. missing clicks before a click train is saved.
-
-
Constructor Details
-
MHTKernelParams
public MHTKernelParams()
-
-
Method Details
-
printSettings
public void printSettings()Print out settings. -
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.
-