Uses of Class
targetMotionModule.TargetMotionResult
Packages that use TargetMotionResult
Package
Description
- 
Uses of TargetMotionResult in difar
Constructors in difar with parameters of type TargetMotionResultModifierConstructorDescriptionDIFARCrossingInfo(DifarDataUnit[] matchedUnits, TargetMotionResult difarCrossing)  - 
Uses of TargetMotionResult in difar.trackedGroups
Constructors in difar.trackedGroups with parameters of type TargetMotionResultModifierConstructorDescriptionTrackedGroupCrossingInfo(TrackedGroupDataUnit[] detectionList, TargetMotionResult difarCrossing)  - 
Uses of TargetMotionResult in targetMotionModule
Methods in targetMotionModule that return TargetMotionResultModifier and TypeMethodDescriptionTargetMotionLocalisation.getTargetMotionResult()TargetMotionLocaliser.runModels(TargetMotionInformation targetMotionInformation, TargetMotionModel[] modelList) Methods in targetMotionModule that return types with arguments of type TargetMotionResultMethods in targetMotionModule with parameters of type TargetMotionResultModifier and TypeMethodDescriptionvoidTargetMotionLocaliser.addResults(TargetMotionResult[] newResults) intTargetMotionLocaliser.selectBestResult(TargetMotionResult[] results) Work out which is the best result based on Chi2 and AIC.Constructors in targetMotionModule with parameters of type TargetMotionResult - 
Uses of TargetMotionResult in targetMotionModule.algorithms
Methods in targetMotionModule.algorithms that return TargetMotionResultModifier and TypeMethodDescriptionLeastSquares.runModel(TargetMotionInformation targetMotionInformation) MarkovChain.runModel(TargetMotionInformation targetMotionInformation) Run the MCMC localisation algorithm for target motion analysis.Simplex2D.runModel(TargetMotionInformation targetMotionInformation) Simplex3D.runModel(TargetMotionInformation targetMotionInformation) Simplex3DTD.runModel(TargetMotionInformation targetMotionInformation) TargetMotionModel.runModel(TargetMotionInformation targetMotionInformation)  - 
Uses of TargetMotionResult in targetMotionModule.panels
Methods in targetMotionModule.panels with parameters of type TargetMotionResultModifier and TypeMethodDescriptionvoidEventControlPanel.saveData(TargetMotionResult tmResult) voidTargetMotionControlPanel.saveData(TargetMotionResult tmResult) Each control panel will have a different kind of data unit.