| Package | Description |
|---|---|
| org.biojava.bio.dp |
HMM and Dynamic Programming Algorithms.
|
| org.biojava.bio.dp.onehead | |
| org.biojava.bio.dp.twohead |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleStatePath
A no-frills implementation of StatePath.
|
| Modifier and Type | Method and Description |
|---|---|
StatePath |
DP.generate(int length)
Generates an alignment from a model.
|
abstract StatePath |
DP.viterbi(SymbolList[] symList,
ScoreType scoreType) |
| Modifier and Type | Method and Description |
|---|---|
StatePath |
SingleDP.viterbi(SymbolList[] symList,
ScoreType scoreType) |
| Modifier and Type | Method and Description |
|---|---|
StatePath |
PairwiseDP.viterbi(SymbolList[] seqs,
ScoreType scoreType) |
Copyright © 2014 BioJava. All rights reserved.