|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.biojava.bio.dp.twohead.PairDPMatrix
Storage structure for intermediate values from a pairwise dynamic programming run.
| Constructor Summary | |
PairDPMatrix(DP dp,
SymbolList seq0,
SymbolList seq1)
|
|
| Method Summary | |
double |
getCell(int[] indxs)
|
double |
getScore()
|
MarkovModel |
model()
|
State[] |
states()
|
SymbolList[] |
symList()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PairDPMatrix(DP dp,
SymbolList seq0,
SymbolList seq1)
| Method Detail |
public State[] states()
states in interface DPMatrixpublic MarkovModel model()
model in interface DPMatrixpublic SymbolList[] symList()
symList in interface DPMatrixpublic double getScore()
getScore in interface DPMatrixpublic double getCell(int[] indxs)
getCell in interface DPMatrix
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||