Uses of Class
org.biojava.bio.dp.BackPointer
Packages that use BackPointer
Package
Description
HMM and Dynamic Programming Algorithms.
-
Uses of BackPointer in org.biojava.bio.dp
Fields in org.biojava.bio.dp declared as BackPointerModifier and TypeFieldDescriptionfinal BackPointerBackPointer.backThe previous backpointer (towards origin of DP matrix) in traceback.Constructors in org.biojava.bio.dp with parameters of type BackPointer -
Uses of BackPointer in org.biojava.bio.dp.twohead
Fields in org.biojava.bio.dp.twohead declared as BackPointerModifier and TypeFieldDescriptionCell.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 BackPointerModifier and TypeMethodDescriptionCellCalculatorFactory.viterbi(ScoreType scoreType, BackPointer terminal) DPInterpreter.viterbi(ScoreType scoreType, BackPointer terminal)