Class MHTTestAlgorithm
java.lang.Object
clickTrainDetector.clickTrainAlgorithms.mht.test.MHTTestAlgorithm
Simple implementation of click train detector which tests the MHT kernel and a simple chi^2 algorithm.
- Author:
- Jamie Macaulay
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSimpleClick
(SimpleClick simpleClick) Add a simple click to the click train.void
Clear the MHT kernel.void
Print the settings
-
Constructor Details
-
MHTTestAlgorithm
public MHTTestAlgorithm()
-
-
Method Details
-
printSettings
public void printSettings()Print the settings -
addSimpleClick
Add a simple click to the click train. This must be sequential. -
clearKernel
public void clearKernel()Clear the MHT kernel. -
getMHTKernel
-