Uses of Class
group3dlocaliser.algorithm.LocaliserAlgorithm3D
Packages that use LocaliserAlgorithm3D
Package
Description
-
Uses of LocaliserAlgorithm3D in group3dlocaliser
Methods in group3dlocaliser that return LocaliserAlgorithm3DModifier and TypeMethodDescriptionGroup3DLocaliserControl.findAlgorithm
(String algorithmName) Find an algorithm provider with the given name.Group3DProcess.getLocaliserAlgorithm3D()
Methods in group3dlocaliser that return types with arguments of type LocaliserAlgorithm3DMethods in group3dlocaliser with parameters of type LocaliserAlgorithm3DModifier and TypeMethodDescriptionGroup3DParams.getAlgorithmParams
(LocaliserAlgorithm3D algoProvider) Get the parameters for a specific algorithm typeGroup3DLocaliserControl.getLocaliserAlgorithmParams
(LocaliserAlgorithm3D algoProvider) Get the parameters for a specific algorithm typevoid
Group3DLocaliserControl.setAlgorithmParams
(LocaliserAlgorithm3D algoProvider, LocaliserAlgorithmParams localiserAlgorithmParams) Set the parameters for a specific algorithm typevoid
Group3DParams.setAlgorithmParams
(LocaliserAlgorithm3D algorithmProvider, LocaliserAlgorithmParams localiserAlgorithmParams) Set the parameters for a specific algorithm type -
Uses of LocaliserAlgorithm3D in group3dlocaliser.algorithm
Methods in group3dlocaliser.algorithm that return LocaliserAlgorithm3DModifier and TypeMethodDescriptionabstract LocaliserAlgorithm3D
LocaliserAlgorithmProvider.createAlgorithm()
-
Uses of LocaliserAlgorithm3D in group3dlocaliser.algorithm.crossedbearing
Subclasses of LocaliserAlgorithm3D in group3dlocaliser.algorithm.crossedbearingMethods in group3dlocaliser.algorithm.crossedbearing that return LocaliserAlgorithm3D -
Uses of LocaliserAlgorithm3D in group3dlocaliser.algorithm.gridsearch
Subclasses of LocaliserAlgorithm3D in group3dlocaliser.algorithm.gridsearchModifier and TypeClassDescriptionclass
Grid search using Matched field Processing Not completed - will take far too long and need too much memory to process at resolution required for NNHF clicks.class
-
Uses of LocaliserAlgorithm3D in group3dlocaliser.algorithm.hyperbolic
Subclasses of LocaliserAlgorithm3D in group3dlocaliser.algorithm.hyperbolicModifier and TypeClassDescriptionclass
Hyperbolic localisation using methods described in Gillette, M. -
Uses of LocaliserAlgorithm3D in group3dlocaliser.algorithm.toadbase
Subclasses of LocaliserAlgorithm3D in group3dlocaliser.algorithm.toadbase -
Uses of LocaliserAlgorithm3D in group3dlocaliser.algorithm.toadmcmc
Subclasses of LocaliserAlgorithm3D in group3dlocaliser.algorithm.toadmcmc -
Uses of LocaliserAlgorithm3D in group3dlocaliser.algorithm.toadmimplex
Subclasses of LocaliserAlgorithm3D in group3dlocaliser.algorithm.toadmimplexModifier and TypeClassDescriptionclass
The Mimplex localiser is similar to MCMC but it localises multiple possible combinations using fast algorithms then uses MCMC to localiser the final combination. -
Uses of LocaliserAlgorithm3D in group3dlocaliser.algorithm.toadsimplex
Subclasses of LocaliserAlgorithm3D in group3dlocaliser.algorithm.toadsimplex