Uses of Interface
org.biojava.bio.dp.twohead.CellCalculator
-
Packages that use CellCalculator Package Description org.biojava.bio.dp.twohead -
-
Uses of CellCalculator in org.biojava.bio.dp.twohead
Methods in org.biojava.bio.dp.twohead that return CellCalculator Modifier and Type Method Description CellCalculator
CellCalculatorFactory. backwards(ScoreType scoreType)
CellCalculator
DPInterpreter. backwards(ScoreType scoreType)
CellCalculator
CellCalculatorFactory. forwards(ScoreType scoreType)
CellCalculator
DPInterpreter. forwards(ScoreType scoreType)
CellCalculator
CellCalculatorFactory. viterbi(ScoreType scoreType, BackPointer terminal)
CellCalculator
DPInterpreter. viterbi(ScoreType scoreType, BackPointer terminal)
-