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 TypeClassDescriptionclassA distribution trainer that just ignores all counts.protected classA simple implementation of a trainer for this class.final classDeprecated.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 TypeMethodDescriptionvoidDistributionTrainerContext.registerTrainer(Distribution dist, DistributionTrainer trainer) Register a Distribution and an associated DistributionTrainer object.voidSimpleDistributionTrainerContext.registerTrainer(Distribution dist, DistributionTrainer trainer)