Uses of Class
Localiser.algorithms.genericLocaliser.MCMC.old.MCMCParams
Packages that use MCMCParams
- 
Uses of MCMCParams in Localiser.algorithms.genericLocaliser.MCMC.old
Fields in Localiser.algorithms.genericLocaliser.MCMC.old declared as MCMCParamsModifier and TypeFieldDescriptionprotected MCMCParamsMCMCParamsDialog.mCMCParametersOther MCMC params - legacy settings class.protected MCMCParamsMCMCLocaliser.settingsDeprecated.Methods in Localiser.algorithms.genericLocaliser.MCMC.old that return MCMCParamsModifier and TypeMethodDescriptionMCMCParams.clone()MCMCLocaliser.getSettings()Deprecated.static MCMCParamsMCMCParamsDialog.showDialog(Frame frame, MCMCParams mcmcParams) Methods in Localiser.algorithms.genericLocaliser.MCMC.old with parameters of type MCMCParamsModifier and TypeMethodDescriptionprotected voidMCMCParamsDialog.setParams(MCMCParams mCMCParameters) Set parameters for old MCMCParam class.static MCMCParamsMCMCParamsDialog.showDialog(Frame frame, MCMCParams mcmcParams) Constructors in Localiser.algorithms.genericLocaliser.MCMC.old with parameters of type MCMCParamsModifierConstructorDescriptionMCMCLocaliser(ArrayList<ArrayList<javax.vecmath.Point3f>> hydrophoneArray, ArrayList<ArrayList<Double>> timeDelays, ArrayList<ArrayList<Double>> timeDelayErrors, MCMCParams settings, float sampleRate, double speedOfSound) Deprecated.MCMCLocaliser(MCMCParams settings) Deprecated.