Uses of Interface
org.biojava.bio.dp.twohead.CellCalculatorFactoryMaker
-
Packages that use CellCalculatorFactoryMaker Package Description org.biojava.bio.dp HMM and Dynamic Programming Algorithms.org.biojava.bio.dp.twohead -
-
Uses of CellCalculatorFactoryMaker in org.biojava.bio.dp
Constructors in org.biojava.bio.dp with parameters of type CellCalculatorFactoryMaker Constructor Description DefaultFactory(CellCalculatorFactoryMaker cfFacM)
-
Uses of CellCalculatorFactoryMaker in org.biojava.bio.dp.twohead
Classes in org.biojava.bio.dp.twohead that implement CellCalculatorFactoryMaker Modifier and Type Class Description class
DPCompiler
This is an implementation of CellCalculatorFactoryMaker that compiles the HMM object down to Java byte-code that is equivalent in behaviour to the interpreter.static class
DPInterpreter.Maker
Constructors in org.biojava.bio.dp.twohead with parameters of type CellCalculatorFactoryMaker Constructor Description PairwiseDP(MarkovModel mm, CellCalculatorFactoryMaker ccfm)
-