Package group3dlocaliser.dataselector
Class Group3DDataSelectParams
java.lang.Object
PamguardMVC.dataSelector.DataSelectParams
group3dlocaliser.dataselector.Group3DDataSelectParams
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
public class Group3DDataSelectParams
extends DataSelectParams
implements Serializable, Cloneable, ManagedParameters
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubledoubleintstatic final longFields inherited from class PamguardMVC.dataSelector.DataSelectParams
DATA_SELECT_AND, DATA_SELECT_DISABLE, DATA_SELECT_OR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Group3DDataSelectParamsclone()Get a set of data that describes all of the parameters in a classMethods inherited from class PamguardMVC.dataSelector.DataSelectParams
getCombinationFlag, setCombinationFlag
-
Field Details
-
maxChi2
public double maxChi2 -
maxError
public double maxError -
minDF
public int minDF -
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
Group3DDataSelectParams
public Group3DDataSelectParams()
-
-
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- Overrides:
getParameterSetin classDataSelectParams- Returns:
- description of the parameters in a class.
-