stoppers
Class MultiNodeThresholdStop

java.lang.Object
  extended bystoppers.SimpleStop
      extended bystoppers.MultiNodeThresholdStop

public class MultiNodeThresholdStop
extends SimpleStop


Field Summary
static int HIGH
           
static int LOW
           
 
Constructor Summary
MultiNodeThresholdStop()
           
MultiNodeThresholdStop(float stop_time)
           
 
Method Summary
 void addNode(java.lang.String node_name, float threshold)
           
 void clearNodes()
           
 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, didPass, didPass, 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

MultiNodeThresholdStop

public MultiNodeThresholdStop()

MultiNodeThresholdStop

public MultiNodeThresholdStop(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

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