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 Link icon

    • getChannelBitMap Link icon

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

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

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

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