Class MCMCParams
java.lang.Object
Localiser.algorithms.genericLocaliser.MCMC.old.MCMCParams
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionint
double
int
boolean
static final int
static final int
double
static final int
double
static final int
static final int
double
static final long
double
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Get a set of data that describes all of the parameters in a class
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
timeError
public double timeError -
jumpSize
public double jumpSize -
cylindricalCoOrdinates
public boolean cylindricalCoOrdinates -
numberOfJumps
-
chainStartDispersion
public double chainStartDispersion -
numberOfChains
-
chainAnalysis
public int chainAnalysis -
GELMAM_RUBIN_DIAGNOSIS
public static final int GELMAM_RUBIN_DIAGNOSIS- See Also:
-
IGNORE_PERCENTAGE
public static final int IGNORE_PERCENTAGE- See Also:
-
MEDIAN
public static final int MEDIAN- See Also:
-
percentageToIgnore
public double percentageToIgnore -
clusterAnalysis
public int clusterAnalysis -
NONE
public static final int NONE- See Also:
-
K_MEANS
public static final int K_MEANS- See Also:
-
nKMeans
-
maxClusterSize
public double maxClusterSize
-
-
Constructor Details
-
MCMCParams
public MCMCParams()
-
-
Method Details
-
clone
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-