Package org.biojava.bio.dp
Interface DPMatrix
-
- All Known Implementing Classes:
PairDPMatrix
,SingleDPMatrix
public interface DPMatrix
- Author:
- Matthew Pocock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getCell(int[] index)
double
getScore()
MarkovModel
model()
State[]
states()
SymbolList[]
symList()
-
-
-
Method Detail
-
model
MarkovModel model()
-
symList
SymbolList[] symList()
-
getScore
double getScore()
-
getCell
double getCell(int[] index) throws IndexOutOfBoundsException
- Throws:
IndexOutOfBoundsException
-
-