public interface DPMatrix
Modifier and Type | Method and Description |
---|---|
double |
getCell(int[] index) |
double |
getScore() |
MarkovModel |
model() |
State[] |
states() |
SymbolList[] |
symList() |
State[] states()
MarkovModel model()
SymbolList[] symList()
double getScore()
double getCell(int[] index) throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsException