Uses of Class
group3dlocaliser.algorithm.LocaliserAlgorithm3D
Package
Description
-
Uses of LocaliserAlgorithm3D in group3dlocaliser
Modifier and TypeMethodDescriptionGroup3DLocaliserControl.findAlgorithm
(String algorithmName) Find an algorithm provider with the given name.Group3DProcess.getLocaliserAlgorithm3D()
Modifier 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
Modifier and TypeMethodDescriptionabstract LocaliserAlgorithm3D
LocaliserAlgorithmProvider.createAlgorithm()
-
Uses of LocaliserAlgorithm3D in group3dlocaliser.algorithm.crossedbearing
-
Uses of LocaliserAlgorithm3D in group3dlocaliser.algorithm.gridsearch
Modifier 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
Modifier and TypeClassDescriptionclass
Hyperbolic localisation using methods described in Gillette, M. -
Uses of LocaliserAlgorithm3D in group3dlocaliser.algorithm.toadbase
-
Uses of LocaliserAlgorithm3D in group3dlocaliser.algorithm.toadmcmc
-
Uses of LocaliserAlgorithm3D in group3dlocaliser.algorithm.toadmimplex
Modifier 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