Uses of Class
clickTrainDetector.clickTrainAlgorithms.mht.MHTKernel
Package
Description
-
Uses of MHTKernel in clickTrainDetector.clickTrainAlgorithms.mht
Modifier and TypeMethodDescriptionMHTClickTrainAlgorithm.MHTAlgorithm.getMHTKernal()
Get the MHTKernel for the algorithmModifier and TypeMethodDescriptionboolean
MHTGarbageBot.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.boolean
MHTGarbageBot.checkCTGarbageCollect
(PamDataUnit dataUnit, MHTKernel<PamDataUnit> mhtKernel) Checks whether an attempt for a garbage collection of click trains is necessary.static TrackDataUnits
MHTClickTrainAlgorithm.getTrackDataUnits
(MHTKernel<PamDataUnit> mhtKernel, BitSet bitSet, int kcount) Get the track data units for a track possibility bitset.void
MHTClickTrainAlgorithm.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
-
Uses of MHTKernel in clickTrainDetector.clickTrainAlgorithms.mht.test
Modifier and TypeMethodDescriptionvoid
MHTTestChart.updateMHTGraphics
(MHTKernel<PamDataUnit> mhtKernel) Update the graphics to show the current possible clicks trains.