public class SingleDPMatrix extends java.lang.Object implements DPMatrix, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected MarkovModel |
model |
protected double |
score |
double[][] |
scores |
protected State[] |
states |
protected SymbolList[] |
symList |
Constructor and Description |
---|
SingleDPMatrix(DP dp,
SymbolList symList) |
Modifier and Type | Method and Description |
---|---|
double |
getCell(int[] index) |
double |
getScore() |
MarkovModel |
model() |
void |
setScore(double score) |
State[] |
states() |
SymbolList[] |
symList() |
protected final State[] states
protected final MarkovModel model
protected final SymbolList[] symList
public final double[][] scores
protected double score
public SingleDPMatrix(DP dp, SymbolList symList)
public MarkovModel model()
public SymbolList[] symList()
public void setScore(double score)