Class HyperbolicParams
java.lang.Object
group3dlocaliser.algorithm.hyperbolic.HyperbolicParams
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
Holds settings for hyperbolic loclaiser.
- Author:
- Jamie Macaulay
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionint
Number of iterations to calculate error.boolean
Calculates errors from a random distribution of time delay errors -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Get a set of data that describes all of the parameters in a class
-
Field Details
-
calcErrors
public boolean calcErrorsCalculates errors from a random distribution of time delay errors -
bootStrapN
public int bootStrapNNumber of iterations to calculate error. More=more computational time per localisation;
-
-
Constructor Details
-
HyperbolicParams
public HyperbolicParams()
-
-
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.
-