Package | Description |
---|---|
org.biojava.bio.dp |
HMM and Dynamic Programming Algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTrainer
An abstract implementation of TrainingAlgorithm that provides a framework
for plugging in per-cycle code for parameter optimization.
|
class |
BaumWelchSampler
Train a hidden markov model using a sampling algorithm.
|
class |
BaumWelchTrainer
Train a hidden markov model using maximum likelihood.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StoppingCriteria.isTrainingComplete(TrainingAlgorithm ta)
Decide if the training has completed.
|
Copyright © 2014 BioJava. All rights reserved.