IshmaelDetector
Class SgramCorrParams

java.lang.Object
  extended by IshmaelDetector.IshDetParams
      extended by IshmaelDetector.SgramCorrParams
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class SgramCorrParams
extends IshDetParams
implements java.io.Serializable, java.lang.Cloneable

See Also:
Serialized Form

Field Summary
(package private)  double[][] segment
           
static long serialVersionUID
           
(package private)  double spread
           
(package private)  boolean useLog
           
 
Fields inherited from class IshmaelDetector.IshDetParams
channelList, inputDataSource, minTime, name, refractoryTime, thresh, vscale
 
Constructor Summary
SgramCorrParams()
           
 
Method Summary
protected  SgramCorrParams clone()
           
 
Methods inherited from class IshmaelDetector.IshDetParams
getName, setName
 
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

segment

double[][] segment

spread

double spread

useLog

boolean useLog
Constructor Detail

SgramCorrParams

public SgramCorrParams()
Method Detail

clone

protected SgramCorrParams clone()
Overrides:
clone in class IshDetParams