|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.dp.BackPointer
public class BackPointer
A backpointer.
This is used to facilitate traceback after the Viterbi computation.
Field Summary | |
---|---|
BackPointer |
back
The previous backpointer (towards origin of DP matrix) in traceback. |
double |
score
The score of this element of the DP matrix. |
State |
state
The state with which this backpointer is associated. |
Constructor Summary | |
---|---|
BackPointer(State s)
|
|
BackPointer(State state,
BackPointer back,
double score)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final State state
public final BackPointer back
public final double score
Constructor Detail |
---|
public BackPointer(State state, BackPointer back, double score)
public BackPointer(State s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |