stoppers
Class MultiNodeThresholdStop
java.lang.Object
stoppers.SimpleStop
stoppers.MultiNodeThresholdStop
- public class MultiNodeThresholdStop
- extends SimpleStop
Field Summary |
static int |
HIGH
|
static int |
LOW
|
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 |
HIGH
public static final int HIGH
- See Also:
- Constant Field Values
LOW
public static final int LOW
- See Also:
- Constant Field Values
MultiNodeThresholdStop
public MultiNodeThresholdStop()
MultiNodeThresholdStop
public MultiNodeThresholdStop(float stop_time)
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