Class MHTAlgorithmInfo
java.lang.Object
clickTrainDetector.clickTrainAlgorithms.mht.MHTAlgorithmInfo
- All Implemented Interfaces:
CTAlgorithmInfo
- Direct Known Subclasses:
StandardMHTChi2Info
AlgorithmInfo for the MHT algorithm.
- Author:
- Jamie Macaulay
-
Method Summary
Modifier and TypeMethodDescriptionGet chi2 calculator type.voidsetMhtChi2Type(MHTChi2ProviderManager.MHTChi2Type mhtChi2Type) Set the MHTChi2TypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface clickTrainDetector.clickTrainAlgorithms.CTAlgorithmInfo
getAlgorithmType, getCTAlgorithmLogging, getInfoString
-
Method Details
-
getMhtChi2Type
Get chi2 calculator type.- Returns:
- the MHTChi2Type;
-
setMhtChi2Type
Set the MHTChi2Type- Parameters:
mhtChi2Type- - the mht chi2 type;
-