stoppers
Class CellThresholdStop

java.lang.Object
  extended bystoppers.SimpleStop
      extended bystoppers.CellThresholdStop

public class CellThresholdStop
extends SimpleStop


Field Summary
static int HIGH
           
static int LOW
           
 
Constructor Summary
CellThresholdStop()
           
CellThresholdStop(float stop_time)
           
 
Method Summary
 void addNode(java.lang.String node_name, float threshold)
           
 void clearNodes()
           
 boolean didPass()
           
 boolean didPass(float s)
           
 void init(Model model)
           
protected  void loadParameter(java.lang.String info, BetterTokenizer tokenizer)
           
 void reset()
           
 void setEpsilon(float epsilon)
           
 void setInterval(float interval)
           
 void setMode(int mode)
           
 boolean stop(float time)
           
 
Methods inherited from class stoppers.SimpleStop
computeStripeScore, getHowStable, getScore, getStopTime, initCells, loadParameters, saveOutput, saveOutputTags, setCutoff, setEvaluating, setStopTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HIGH

public static final int HIGH
See Also:
Constant Field Values

LOW

public static final int LOW
See Also:
Constant Field Values
Constructor Detail

CellThresholdStop

public CellThresholdStop()

CellThresholdStop

public CellThresholdStop(float stop_time)
Method Detail

init

public void init(Model model)
Overrides:
init in class SimpleStop

stop

public boolean stop(float time)
Overrides:
stop in class SimpleStop

reset

public void reset()
Overrides:
reset in class SimpleStop

didPass

public boolean didPass()
Overrides:
didPass in class SimpleStop

didPass

public boolean didPass(float s)
Overrides:
didPass in class SimpleStop

clearNodes

public void clearNodes()

addNode

public void addNode(java.lang.String node_name,
                    float threshold)
             throws java.lang.Exception
Throws:
java.lang.Exception

setMode

public void setMode(int mode)

setEpsilon

public void setEpsilon(float epsilon)

setInterval

public void setInterval(float interval)

loadParameter

protected void loadParameter(java.lang.String info,
                             BetterTokenizer tokenizer)
                      throws java.lang.Exception
Overrides:
loadParameter in class SimpleStop
Throws:
java.lang.Exception