stoppers
Class SimpleStop
java.lang.Object
stoppers.SimpleStop
- Direct Known Subclasses:
- CellSurround2Stop, CellSurroundStop, CellThresholdStop, FindMaxRatioStop, FPStripeStop, MetaFPStripeStop, MetaStop, MetaStopTwo, MetaStripeStop, MultiNodeThresholdStop, NeuroNoiseStop, NeuroTest2Stop, NeuroTest3Stop, NoChangeStop, OscillatingStripeStop, OscillatorStop, OscillatorStopSpecial, PulseStop, StripeStop, ThresholdStop, TwoCellDifferenceStop
- public class SimpleStop
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleStop
public SimpleStop()
SimpleStop
public SimpleStop(float stop_time)
init
public void init(Model model)
initCells
public void initCells()
setCutoff
public void setCutoff(float c)
getScore
public float getScore()
computeStripeScore
public float computeStripeScore()
setEvaluating
public void setEvaluating(boolean emode)
getHowStable
public float getHowStable()
didPass
public boolean didPass()
didPass
public boolean didPass(float s)
reset
public void reset()
getStopTime
public float getStopTime()
setStopTime
public void setStopTime(float newtime)
stop
public boolean stop(float time)
loadParameters
public void loadParameters(BetterTokenizer tokenizer)
throws java.lang.Exception
- Throws:
java.lang.Exception
loadParameter
protected void loadParameter(java.lang.String info,
BetterTokenizer tokenizer)
throws java.lang.Exception
- Throws:
java.lang.Exception
saveOutputTags
public void saveOutputTags(java.io.PrintWriter ps,
java.lang.String inset)
- This function is called when a cam file is being set up. See ModelIterator for
more information.
saveOutput
public void saveOutput(java.io.PrintWriter ps,
java.lang.String inset)
- This function is called to save information to a cam file. See ModelIterator
for more information.