Class MHTKernelParams

java.lang.Object
clickTrainDetector.clickTrainAlgorithms.mht.MHTKernelParams
All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters

public class MHTKernelParams extends Object implements Cloneable, Serializable, ManagedParameters
Options for the MHT algorithm
Author:
Jamie Macualay
See Also:
  • Field Details

    • nHold

      public int nHold
      The maximum number of unique branches past the pruneBack point to keep
    • nPruneback

      public int nPruneback
      The branches are pruned to nHold number of branches by going back nPruneBack values.
    • nPruneBackStart

      public int nPruneBackStart
      The minimum number of added detections to the probability matrix allowed before a prune back of possibilities takes place.
    • maxCoast

      public int maxCoast
      The maximum number of coasts i.e. missing clicks before a click train is saved.
  • Constructor Details

    • MHTKernelParams

      public MHTKernelParams()
  • Method Details