Class MHTClickTrainAlgorithm.MHTAlgorithm

java.lang.Object
clickTrainDetector.clickTrainAlgorithms.mht.MHTClickTrainAlgorithm.MHTAlgorithm
Enclosing class:
MHTClickTrainAlgorithm

public class MHTClickTrainAlgorithm.MHTAlgorithm extends Object
A single MHT click train algorithm for a particular channel or channel group.
Author:
Jamie Macaulay
  • Method Details

    • getChannelBitMap

      public int getChannelBitMap()
      Get the channel bitmap.
      Returns:
      the channel bitmap
    • printSettings

      public void printSettings()
      Print the settings for the MHT algorithms to the console.
    • getMHTKernal

      public MHTKernel<PamDataUnit> getMHTKernal()
      Get the MHTKernel for the algorithm
      Returns:
      the MHTKernel for hte algorithm
    • getLastDataUnit

      public PamDataUnit<?,?> getLastDataUnit()
      Get the last data unit added to the algorithm's probability mix.