public class PairDPMatrix extends Object implements DPMatrix, Serializable
| Constructor and Description | 
|---|
PairDPMatrix(DP dp,
            SymbolList seq0,
            SymbolList seq1)  | 
| Modifier and Type | Method and Description | 
|---|---|
double | 
getCell(int[] indxs)  | 
double | 
getScore()  | 
MarkovModel | 
model()  | 
State[] | 
states()  | 
SymbolList[] | 
symList()  | 
public PairDPMatrix(DP dp, SymbolList seq0, SymbolList seq1)
public MarkovModel model()
public SymbolList[] symList()
Copyright © 2020 BioJava. All rights reserved.