Uses of Interface
targetMotionOld.TargetMotionModel
Packages that use TargetMotionModel
- 
Uses of TargetMotionModel in targetMotionOld
Classes in targetMotionOld that implement TargetMotionModelModifier and TypeClassDescriptionclassAbstractTimeDelayLocaliser<T extends PamDataUnit>Reinstated Target motion add-in as used by the click detector.Methods in targetMotionOld that return TargetMotionModelModifier and TypeMethodDescriptionTargetMotionLocaliser.findModelByName(String modelName, boolean shortLength) Find a model by it's name.Methods in targetMotionOld that return types with arguments of type TargetMotionModelMethods in targetMotionOld with parameters of type TargetMotionModelModifier and TypeMethodDescriptionvoidTargetMotionLocaliser.localiseEventList(int[] eventList, TargetMotionModel<T>[] modelList, boolean isSupervised) TargetMotionLocaliser.runModels(T anEvent, DetectionGroupOptions detectionGroupOptions, TargetMotionModel<T>[] modelList)  - 
Uses of TargetMotionModel in targetMotionOld.algorithms
Classes in targetMotionOld.algorithms that implement TargetMotionModelModifier and TypeClassDescriptionclassAbstractTargetMotionModel<T extends PamDataUnit>Reinstated Target motion add-in as used by the click detector.classLeastSquaresNew<T extends GroupDetection>Implmentation of the least squares locaiser.classSimplex2DNew<T extends GroupDetection>classSimplex3DNew<T extends GroupDetection>