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 class
IgnoreCountsTrainer
A distribution trainer that just ignores all counts.protected class
SimpleDistribution.Trainer
A simple implementation of a trainer for this class.class
SimpleDistributionTrainer
Deprecated.Distribution impls should be providing custom trainers.Methods in org.biojava.bio.dist that return DistributionTrainer Modifier and Type Method Description DistributionTrainer
DistributionTrainerContext. getTrainer(Distribution dist)
Return the Distribution trainer object from the current context.DistributionTrainer
SimpleDistributionTrainerContext. getTrainer(Distribution dist)
Methods in org.biojava.bio.dist with parameters of type DistributionTrainer Modifier and Type Method Description void
DistributionTrainerContext. registerTrainer(Distribution dist, DistributionTrainer trainer)
Register a Distribution and an associated DistributionTrainer object.void
SimpleDistributionTrainerContext. registerTrainer(Distribution dist, DistributionTrainer trainer)
-