Uses of Class
clickTrainDetector.clickTrainAlgorithms.mht.TrackBitSet
Package
Description
-
Uses of TrackBitSet in clickTrainDetector.clickTrainAlgorithms.mht
Modifier and TypeMethodDescriptionMHTKernel.getConfirmedTrack
(int i) Get the confirmed track at the specified index.Modifier and TypeMethodDescriptionMHTKernel.getActiveTracks()
Get a list of the active in ascending chi^2 order.MHTKernel.getPossibleTracks()
Get possible tracks.Modifier 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
Modifier 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)