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

public class MHTParams extends Object implements 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 Details

    • serialVersionUID

      public static final long serialVersionUID
      See Also:
    • mhtKernal

      public MHTKernelParams mhtKernal
      MHT Kernel params.
    • chi2Params

      public MHTChi2Params chi2Params
      Parameters for chi^2 params. This can be any method to calculate a chi^2 value from a click train.
  • Constructor Details

    • MHTParams

      public MHTParams()
  • Method Details