|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectstatalign.model.score.SubstitutionScore
public abstract class SubstitutionScore
The ancestral class of substitution scores
| Field Summary | |
|---|---|
int[][] |
dist
The distance matrix for subtitutions. |
int[][] |
which
This array tells the mapping between characters and indices in the distance array. |
| Constructor Summary | |
|---|---|
SubstitutionScore()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int[][] dist
public int[][] which
| Constructor Detail |
|---|
public SubstitutionScore()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||