Class MFPGridSearchParams
java.lang.Object
group3dlocaliser.algorithm.gridsearch.MFPGridSearchParams
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
public class MFPGridSearchParams
extends Object
implements Serializable, Cloneable, ManagedParameters
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected MFPGridSearchParamsclone()Get a set of data that describes all of the parameters in a class 
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 
 - 
 - 
Constructor Details
- 
MFPGridSearchParams
public MFPGridSearchParams() 
 - 
 - 
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.
 
 
 -