KernelSmoothing
Class KernelSmoothingParameters

java.lang.Object
  extended by KernelSmoothing.KernelSmoothingParameters
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class KernelSmoothingParameters
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

See Also:
Serialized Form

Field Summary
 int channelList
           
 int fftBlockIndex
           
static long serialVersionUID
           
 
Constructor Summary
KernelSmoothingParameters()
           
 
Method Summary
protected  KernelSmoothingParameters clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

fftBlockIndex

public int fftBlockIndex

channelList

public int channelList
Constructor Detail

KernelSmoothingParameters

public KernelSmoothingParameters()
Method Detail

clone

protected KernelSmoothingParameters clone()
Overrides:
clone in class java.lang.Object