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
FieldsModifier and TypeFieldDescriptionintNumber of iterations to calculate error.booleanCalculates errors from a random distribution of time delay errors - 
Constructor Summary
Constructors - 
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:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Returns:
 - description of the parameters in a class.
 
 
 -