Package | Description |
---|---|
org.biojava.bio.dist |
Probability distributions over Alphabets.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
DistributionTrainer |
SimpleDistributionTrainerContext.getTrainer(Distribution dist) |
DistributionTrainer |
DistributionTrainerContext.getTrainer(Distribution dist)
Return the Distribution trainer object from the current context.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleDistributionTrainerContext.registerTrainer(Distribution dist,
DistributionTrainer trainer) |
void |
DistributionTrainerContext.registerTrainer(Distribution dist,
DistributionTrainer trainer)
Register a Distribution and an associated DistributionTrainer object.
|
Copyright © 2014 BioJava. All rights reserved.