Uses of Interface
clickTrainDetector.clickTrainAlgorithms.mht.mhtvar.MHTChi2Var
Packages that use MHTChi2Var
Package
Description
-
Uses of MHTChi2Var in clickTrainDetector.clickTrainAlgorithms.mht
Methods in clickTrainDetector.clickTrainAlgorithms.mht that return types with arguments of type MHTChi2VarModifier and TypeMethodDescriptionstatic ArrayList<MHTChi2Var<PamDataUnit>> StandardMHTChi2.createChi2Vars()Create a set of chi^2 variables.StandardMHTChi2.getMhtChi2Vars()List of current chi2 variables.Method parameters in clickTrainDetector.clickTrainAlgorithms.mht with type arguments of type MHTChi2VarModifier and TypeMethodDescriptionvoidStandardMHTChi2Params.restoreSettings(ArrayList<MHTChi2Var<PamDataUnit>> mhtChi2Vars) Restore settings of chi2 vars from the saved settings chi2settings objects.voidStandardMHTChi2.setMHTChi2Var(ArrayList<MHTChi2Var<PamDataUnit>> mhtChi2Vars) Set the MHT chi^2 variables.Constructor parameters in clickTrainDetector.clickTrainAlgorithms.mht with type arguments of type MHTChi2VarModifierConstructorDescriptionStandardMHTChi2Info(ArrayList<MHTChi2Var<PamDataUnit>> mhtChi2Vars, StandardMHTChi2Params standardMHTChi2Params) StandardMHTChi2Params(ArrayList<MHTChi2Var<PamDataUnit>> arrayList) -
Uses of MHTChi2Var in clickTrainDetector.clickTrainAlgorithms.mht.mhtvar
Classes in clickTrainDetector.clickTrainAlgorithms.mht.mhtvar that implement MHTChi2VarModifier and TypeClassDescriptionclassChi^2 value for dB amplitude of tracks.classChi2 value for changing bearing.classMeasures the difference in change between three bearing measurements.classCalculates the correlation value between subsequent clicks.classCalculate the chi2 value based on slowly changing inter-click-interval.classThe length of a click.classPeak frequency variable for click train detector.classCalculate the ICI value of amplitude.classChi2 variable which compares the difference between the two three values.classChi^2 value for time delays.Methods in clickTrainDetector.clickTrainAlgorithms.mht.mhtvar that return MHTChi2Var