Package org.biojava.bio.dp.onehead
Class SingleDPMatrix
java.lang.Object
org.biojava.bio.dp.onehead.SingleDPMatrix
- All Implemented Interfaces:
Serializable,DPMatrix
The dynamic programming matrix for a single sequence.
- Author:
- Matthew Pocock, Lukas Kall
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final MarkovModelprotected doublefinal double[][]protected final State[]protected final SymbolList[] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
states
-
model
-
symList
-
scores
-
score
-
-
Constructor Details
-
SingleDPMatrix
-
-
Method Details