Uses of Interface
org.biojava.bio.dist.DistributionTrainer
Packages that use DistributionTrainer
-
Uses of DistributionTrainer in org.biojava.bio.dist
Classes in org.biojava.bio.dist that implement DistributionTrainerModifier and TypeClassDescriptionclass
A distribution trainer that just ignores all counts.protected class
A simple implementation of a trainer for this class.final class
Deprecated.Distribution impls should be providing custom trainers.Methods in org.biojava.bio.dist that return DistributionTrainerModifier and TypeMethodDescriptionDistributionTrainerContext.getTrainer
(Distribution dist) Return the Distribution trainer object from the current context.SimpleDistributionTrainerContext.getTrainer
(Distribution dist) Methods in org.biojava.bio.dist with parameters of type DistributionTrainerModifier and TypeMethodDescriptionvoid
DistributionTrainerContext.registerTrainer
(Distribution dist, DistributionTrainer trainer) Register a Distribution and an associated DistributionTrainer object.void
SimpleDistributionTrainerContext.registerTrainer
(Distribution dist, DistributionTrainer trainer)