Uses of Interface
org.biojava.bio.dp.ModelTrainer
-
Packages that use ModelTrainer Package Description org.biojava.bio.dist Probability distributions over Alphabets.org.biojava.bio.dp HMM and Dynamic Programming Algorithms. -
-
Uses of ModelTrainer in org.biojava.bio.dist
Methods in org.biojava.bio.dist with parameters of type ModelTrainer Modifier and Type Method Description voidPairDistribution. registerWithTrainer(ModelTrainer trainer)Register this paired distribution with a model trainer. -
Uses of ModelTrainer in org.biojava.bio.dp
Classes in org.biojava.bio.dp that implement ModelTrainer Modifier and Type Class Description classSimpleModelTrainerMethods in org.biojava.bio.dp with parameters of type ModelTrainer Modifier and Type Method Description voidSimpleEmissionState. registerWithTrainer(ModelTrainer trainer)voidTrainable. registerWithTrainer(ModelTrainer mt)Perform any registration that is necessary with mt.voidWMAsMM. registerWithTrainer(ModelTrainer modelTrainer)protected abstract doubleAbstractTrainer. singleSequenceIteration(ModelTrainer trainer, SymbolList symList)protected doubleBaumWelchSampler. singleSequenceIteration(ModelTrainer trainer, SymbolList symList)protected doubleBaumWelchSampler. singleSequenceIteration(ModelTrainer trainer, SymbolList symList, ScoreType scoreType)protected doubleBaumWelchTrainer. singleSequenceIteration(ModelTrainer trainer, SymbolList symList)
-