Uses of Class
clickTrainDetector.clickTrainAlgorithms.mht.TrackBitSet
Packages that use TrackBitSet
Package
Description
-
Uses of TrackBitSet in clickTrainDetector.clickTrainAlgorithms.mht
Methods in clickTrainDetector.clickTrainAlgorithms.mht that return TrackBitSetModifier and TypeMethodDescriptionMHTKernel.getConfirmedTrack
(int i) Get the confirmed track at the specified index.Methods in clickTrainDetector.clickTrainAlgorithms.mht that return types with arguments of type TrackBitSetModifier and TypeMethodDescriptionMHTKernel.getActiveTracks()
Get a list of the active in ascending chi^2 order.MHTKernel.getPossibleTracks()
Get possible tracks.Methods in clickTrainDetector.clickTrainAlgorithms.mht with parameters of type TrackBitSetModifier and TypeMethodDescriptionvoid
MHTChi2.update
(T detection0, TrackBitSet<T> trackBitSet, int kcount) Update the function with a new current data unit and the current track.void
StandardMHTChi2.update
(PamDataUnit newDataUnit, TrackBitSet<PamDataUnit> bitSet, int kcount) -
Uses of TrackBitSet in clickTrainDetector.clickTrainAlgorithms.mht.electricalNoiseFilter
Methods in clickTrainDetector.clickTrainAlgorithms.mht.electricalNoiseFilter with parameters of type TrackBitSetModifier and TypeMethodDescriptiondouble
ElectricalNoiseFilter.addChi2Penalties
(double chi2, TrackBitSet<?> bitSet, int bitCount, int kcount, int nPruneback) Add electric noise penalty to the chi2 value.double
SimpleElectricalNoiseFilter.addChi2Penalties
(double chi2, TrackBitSet<?> bitSet, int bitCount, int kcount, int nPruneback)