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
FieldsModifier and TypeFieldDescriptionintThe maximum number of coasts i.e.intThe maximum number of unique branches past the pruneBack point to keepintThe branches are pruned to nHold number of branches by going back nPruneBack values.intThe minimum number of added detections to the probability matrix allowed before a prune back of possibilities takes place. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected MHTKernelParamsclone()Get a set of data that describes all of the parameters in a classvoidPrint 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
- 
clone
 - 
printSettings
public void printSettings()Print out settings. - 
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.
 
 
 -