Package KernelSmoothing
Class KernelSmoothingParameters
java.lang.Object
KernelSmoothing.KernelSmoothingParameters
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
public class KernelSmoothingParameters
extends Object
implements Serializable, Cloneable, ManagedParameters
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionintintstatic final long - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected KernelSmoothingParametersclone()Get a set of data that describes all of the parameters in a class 
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 - 
fftBlockIndex
public int fftBlockIndex - 
channelList
public int channelList 
 - 
 - 
Constructor Details
- 
KernelSmoothingParameters
public KernelSmoothingParameters() 
 - 
 - 
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.
 
 
 -