Uses of Interface
org.biojava.bio.dp.StoppingCriteria
-
Packages that use StoppingCriteria Package Description 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 Modifier and Type Method Description void
AbstractTrainer. train(SequenceDB db, double nullModelWeight, StoppingCriteria stopper)
Trains the sequences in db until stopper says to finnish.void
TrainingAlgorithm. train(SequenceDB db, double nullWeight, StoppingCriteria stopper)
Trains the sequences in db untill stopper says to finnish.
-