Uses of Class
org.biojava.bio.dp.DP
-
Packages that use DP Package Description org.biojava.bio.dp HMM and Dynamic Programming Algorithms.org.biojava.bio.dp.onehead org.biojava.bio.dp.twohead -
-
Uses of DP in org.biojava.bio.dp
Methods in org.biojava.bio.dp that return DP Modifier and Type Method Description DPDPFactory. createDP(MarkovModel model)DPDPFactory.DefaultFactory. createDP(MarkovModel model)DPAbstractTrainer. getDP()DPTrainingAlgorithm. getDP()Constructors in org.biojava.bio.dp with parameters of type DP Constructor Description AbstractTrainer(DP dp)BaumWelchSampler(DP dp)BaumWelchTrainer(DP dp) -
Uses of DP in org.biojava.bio.dp.onehead
Subclasses of DP in org.biojava.bio.dp.onehead Modifier and Type Class Description classSingleDPAn implementation of DP that aligns a single sequence against a single model.Constructors in org.biojava.bio.dp.onehead with parameters of type DP Constructor Description SingleDPMatrix(DP dp, SymbolList symList) -
Uses of DP in org.biojava.bio.dp.twohead
Subclasses of DP in org.biojava.bio.dp.twohead Modifier and Type Class Description classPairwiseDPAlgorithms for dynamic programming (alignments) between pairs of SymbolLists.Methods in org.biojava.bio.dp.twohead with parameters of type DP Modifier and Type Method Description ClassDPCompiler. generateBackwardClass(DP dp)ClassDPCompiler. generateForardClass(DP dp)ClassDPCompiler. generateViterbiClass(DP dp)CellCalculatorFactoryCellCalculatorFactoryMaker. make(DP dp)CellCalculatorFactoryDPCompiler. make(DP dp)CellCalculatorFactoryDPInterpreter.Maker. make(DP dp)Constructors in org.biojava.bio.dp.twohead with parameters of type DP Constructor Description DPInterpreter(DP dp)PairDPMatrix(DP dp, SymbolList seq0, SymbolList seq1)
-