Class MHTClickTrainAlgorithm.MHTAlgorithm
java.lang.Object
clickTrainDetector.clickTrainAlgorithms.mht.MHTClickTrainAlgorithm.MHTAlgorithm
- Enclosing class:
MHTClickTrainAlgorithm
A single MHT click train algorithm for a particular channel or channel group.
- Author:
- Jamie Macaulay
-
Method Summary
Modifier and TypeMethodDescriptionint
Get the channel bitmap.PamDataUnit<?,
?> Get the last data unit added to the algorithm's probability mix.Get the MHTKernel for the algorithmvoid
Print the settings for the MHT algorithms to the console.
-
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
Get the MHTKernel for the algorithm- Returns:
- the MHTKernel for hte algorithm
-
getLastDataUnit
Get the last data unit added to the algorithm's probability mix.
-