public interface DPMatrix
Modifier and Type | Method and Description |
---|---|
double |
getCell(int[] index) |
double |
getScore() |
MarkovModel |
model() |
State[] |
states() |
SymbolList[] |
symList() |
MarkovModel model()
SymbolList[] symList()
double getScore()
double getCell(int[] index) throws IndexOutOfBoundsException
IndexOutOfBoundsException
Copyright © 2014 BioJava. All rights reserved.