public class SingleDPMatrix extends Object implements DPMatrix, 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 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)
public double getCell(int[] index) throws IndexOutOfBoundsException
getCell
in interface DPMatrix
IndexOutOfBoundsException
Copyright © 2014 BioJava. All rights reserved.