Uses of Class
clickTrainDetector.clickTrainAlgorithms.mht.MHTKernel
Packages that use MHTKernel
Package
Description
- 
Uses of MHTKernel in clickTrainDetector.clickTrainAlgorithms.mht
Methods in clickTrainDetector.clickTrainAlgorithms.mht that return MHTKernelModifier and TypeMethodDescriptionMHTClickTrainAlgorithm.MHTAlgorithm.getMHTKernal()Get the MHTKernel for the algorithmMethods in clickTrainDetector.clickTrainAlgorithms.mht with parameters of type MHTKernelModifier and TypeMethodDescriptionbooleanMHTGarbageBot.checkCTGarbageCollect(long currentTimemillis, MHTKernel<PamDataUnit> mhtKernel) Check whether a garbage collection of the hypothesis matrix is required based on current time rather than the current data unit.booleanMHTGarbageBot.checkCTGarbageCollect(PamDataUnit dataUnit, MHTKernel<PamDataUnit> mhtKernel) Checks whether an attempt for a garbage collection of click trains is necessary.static TrackDataUnitsMHTClickTrainAlgorithm.getTrackDataUnits(MHTKernel<PamDataUnit> mhtKernel, BitSet bitSet, int kcount) Get the track data units for a track possibility bitset.voidMHTClickTrainAlgorithm.grabDoneTrains(MHTKernel mhtKernal) Grabs any click trains which are finished and saves them as the appropriate PAM data unit. - 
Uses of MHTKernel in clickTrainDetector.clickTrainAlgorithms.mht.mhtMAT
Fields in clickTrainDetector.clickTrainAlgorithms.mht.mhtMAT declared as MHTKernelModifier and TypeFieldDescriptionprotected MHTKernel<PamDataUnit> MHTAlgorithmMAT.mhtKernelThe MHT Kernel.Methods in clickTrainDetector.clickTrainAlgorithms.mht.mhtMAT that return MHTKernel - 
Uses of MHTKernel in clickTrainDetector.clickTrainAlgorithms.mht.test
Fields in clickTrainDetector.clickTrainAlgorithms.mht.test declared as MHTKernelModifier and TypeFieldDescriptionprotected MHTKernel<PamDataUnit> MHTTestAlgorithm.mhtKernelThe MHT Kernel.Methods in clickTrainDetector.clickTrainAlgorithms.mht.test that return MHTKernelMethods in clickTrainDetector.clickTrainAlgorithms.mht.test with parameters of type MHTKernelModifier and TypeMethodDescriptionvoidMHTTestChart.updateMHTGraphics(MHTKernel<PamDataUnit> mhtKernel) Update the graphics to show the current possible clicks trains.