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 doublegetCell(int[] index)doublegetScore()MarkovModelmodel()State[]states()SymbolList[]symList()
-
-
-
Method Detail
-
states
State[] states()
-
model
MarkovModel model()
-
symList
SymbolList[] symList()
-
getScore
double getScore()
-
getCell
double getCell(int[] index) throws java.lang.IndexOutOfBoundsException- Throws:
java.lang.IndexOutOfBoundsException
-
-