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 Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    The maximum number of coasts i.e.
    int
    The maximum number of unique branches past the pruneBack point to keep
    int
    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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a set of data that describes all of the parameters in a class
    void
    Print out settings.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

    • printSettings

      public void printSettings()
      Print out settings.
    • getParameterSet

      public PamParameterSet getParameterSet()
      Description copied from interface: ManagedParameters
      Get a set of data that describes all of the parameters in a class
      Specified by:
      getParameterSet in interface ManagedParameters
      Returns:
      description of the parameters in a class.