Uses of Interface
org.biojava.bio.dp.StoppingCriteria
Packages that use StoppingCriteria
-
Uses of StoppingCriteria in org.biojava.bio.dp
Methods in org.biojava.bio.dp with parameters of type StoppingCriteriaModifier and TypeMethodDescriptionvoid
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.