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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StandardMHTChi2ProviderThe chi^2 calculator.protected MHTKernel<PamDataUnit> The MHT Kernel. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSimpleClick(SimpleClick simpleClick) Add a simple click to the click train.voidClear the MHT kernel.voidPrint the settings
-
Field Details
-
mhtKernel
The MHT Kernel. -
mhtChi2
The chi^2 calculator.
-
-
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
-