Class MHTChi2ProviderManager
java.lang.Object
clickTrainDetector.clickTrainAlgorithms.mht.MHTChi2ProviderManager
Handles which type of chi2 algorithm is being used and
what settings pane to create.
- Author:
- Jamie Macaulay
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateMHTChi2
(MHTParams mhtParams, PamDataBlock dataBlock, int channelBitMap) SettingsPane<? extends MHTChi2Params>
Create the chi^2 settings pane.getCTAlgorithmLogging
(MHTChi2ProviderManager.MHTChi2Type currentType) Get the logging class for saving algorithm info data.
-
Field Details
-
currentType
-
-
Constructor Details
-
MHTChi2ProviderManager
-
-
Method Details
-
createMHTChi2
public MHTChi2Provider<PamDataUnit> createMHTChi2(MHTParams mhtParams, PamDataBlock dataBlock, int channelBitMap) -
createMHTChi2Pane
Create the chi^2 settings pane. If a new chi^2 algorithm is used then this function will need to change to set new settings pane.- Returns:
- the chi2 settings pane.
-
getCTAlgorithmLogging
Get the logging class for saving algorithm info data.- Returns:
- logging info.
-