Uses of Interface
org.biojava.bio.dp.StoppingCriteria

Packages that use StoppingCriteria
org.biojava.bio.dp HMM and Dynamic Programming Algorithms. 
 

Uses of StoppingCriteria in org.biojava.bio.dp
 

Methods in org.biojava.bio.dp with parameters of type StoppingCriteria
 void TrainingAlgorithm.train(SequenceDB db, double nullWeight, StoppingCriteria stopper)
          Trains the sequences in db untill stopper says to finnish.
 void AbstractTrainer.train(SequenceDB db, double nullModelWeight, StoppingCriteria stopper)
          Trains the sequences in db until stopper says to finnish.