Uses of Class
org.biojava.bio.dp.BackPointer
-
Packages that use BackPointer Package Description org.biojava.bio.dp HMM and Dynamic Programming Algorithms.org.biojava.bio.dp.twohead -
-
Uses of BackPointer in org.biojava.bio.dp
Fields in org.biojava.bio.dp declared as BackPointer Modifier and Type Field Description BackPointerBackPointer. backThe previous backpointer (towards origin of DP matrix) in traceback.Constructors in org.biojava.bio.dp with parameters of type BackPointer Constructor Description BackPointer(State state, BackPointer back, double score) -
Uses of BackPointer in org.biojava.bio.dp.twohead
Fields in org.biojava.bio.dp.twohead declared as BackPointer Modifier and Type Field Description BackPointer[]Cell. backPointersprotected BackPointer[][][]AbstractMatrixPairDPCursor. bPointersprotected BackPointer[][][]LightPairDPCursor. bPointersDescription of the Fieldprotected BackPointer[]AbstractMatrixPairDPCursor. emptyBPprotected BackPointer[]LightPairDPCursor. emptyBPDescription of the FieldMethods in org.biojava.bio.dp.twohead with parameters of type BackPointer Modifier and Type Method Description CellCalculatorCellCalculatorFactory. viterbi(ScoreType scoreType, BackPointer terminal)CellCalculatorDPInterpreter. viterbi(ScoreType scoreType, BackPointer terminal)
-