Uses of Interface
org.biojava.bio.dist.DistributionTrainer
-
Packages that use DistributionTrainer Package Description org.biojava.bio.dist Probability distributions over Alphabets. -
-
Uses of DistributionTrainer in org.biojava.bio.dist
Classes in org.biojava.bio.dist that implement DistributionTrainer Modifier and Type Class Description classIgnoreCountsTrainerA distribution trainer that just ignores all counts.protected classSimpleDistribution.TrainerA simple implementation of a trainer for this class.classSimpleDistributionTrainerDeprecated.Distribution impls should be providing custom trainers.Methods in org.biojava.bio.dist that return DistributionTrainer Modifier and Type Method Description DistributionTrainerDistributionTrainerContext. getTrainer(Distribution dist)Return the Distribution trainer object from the current context.DistributionTrainerSimpleDistributionTrainerContext. getTrainer(Distribution dist)Methods in org.biojava.bio.dist with parameters of type DistributionTrainer Modifier and Type Method Description voidDistributionTrainerContext. registerTrainer(Distribution dist, DistributionTrainer trainer)Register a Distribution and an associated DistributionTrainer object.voidSimpleDistributionTrainerContext. registerTrainer(Distribution dist, DistributionTrainer trainer)
-