Uses of Class
org.biojava.bio.dp.IllegalTransitionException
-
Packages that use IllegalTransitionException Package Description org.biojava.bio.dp HMM and Dynamic Programming Algorithms.org.biojava.bio.dp.onehead org.biojava.bio.dp.twohead org.biojava.bio.program.hmmer Tools for working with profile Hidden Markov Models from the HMMer package. -
-
Uses of IllegalTransitionException in org.biojava.bio.dp
Methods in org.biojava.bio.dp that throw IllegalTransitionException Modifier and Type Method Description voidTransitionTrainer. addCount(State from, State to, double count)Add 'count' to the transition from->to.abstract doubleDP. backward(SymbolList[] symList, ScoreType scoreType)abstract DPMatrixDP. backwardMatrix(SymbolList[] symList, DPMatrix matrix, ScoreType scoreType)abstract DPMatrixDP. backwardMatrix(SymbolList[] symList, ScoreType scoreType)protected voidProfileHMM. connectModel()This is called by constructor in setting up the allowed transitions in the modelabstract doubleDP. forward(SymbolList[] symList, ScoreType scoreType)abstract DPMatrixDP. forwardMatrix(SymbolList[] symList, DPMatrix matrix, ScoreType scoreType)abstract DPMatrixDP. forwardMatrix(SymbolList[] symList, ScoreType scoreType)voidMarkovModel. removeState(State toGo)Remove a state from the model.voidSimpleMarkovModel. removeState(State toGo)protected abstract doubleAbstractTrainer. singleSequenceIteration(ModelTrainer trainer, SymbolList symList)protected doubleBaumWelchSampler. singleSequenceIteration(ModelTrainer trainer, SymbolList symList)protected doubleBaumWelchSampler. singleSequenceIteration(ModelTrainer trainer, SymbolList symList, ScoreType scoreType)protected doubleBaumWelchTrainer. singleSequenceIteration(ModelTrainer trainer, SymbolList symList)State[]DP. stateList(MarkovModel mm)abstract StatePathDP. viterbi(SymbolList[] symList, ScoreType scoreType)Constructors in org.biojava.bio.dp that throw IllegalTransitionException Constructor Description ProfileHMM(Alphabet alpha, int columns, DistributionFactory matchFactory, DistributionFactory insertFactory)Deprecated.ProfileHMM(Alphabet alpha, int columns, DistributionFactory matchFactory, DistributionFactory insertFactory, String name)Create a new ProfileHMM. -
Uses of IllegalTransitionException in org.biojava.bio.dp.onehead
Constructors in org.biojava.bio.dp.onehead that throw IllegalTransitionException Constructor Description SingleDP(MarkovModel model) -
Uses of IllegalTransitionException in org.biojava.bio.dp.twohead
Methods in org.biojava.bio.dp.twohead that throw IllegalTransitionException Modifier and Type Method Description doublePairwiseDP. backward(SymbolList[] seqs, ScoreType scoreType)DPMatrixPairwiseDP. backwardMatrix(SymbolList[] seqs, DPMatrix d, ScoreType scoreType)DPMatrixPairwiseDP. backwardMatrix(SymbolList[] seqs, ScoreType scoreType)CellCalculatorCellCalculatorFactory. backwards(ScoreType scoreType)CellCalculatorDPInterpreter. backwards(ScoreType scoreType)voidCellCalculator. calcCell(Cell[][] cells)Calculate the 'scores' array in the cell at cells[0][0].doublePairwiseDP. forward(SymbolList[] seqs, ScoreType scoreType)DPMatrixPairwiseDP. forwardMatrix(SymbolList[] seqs, DPMatrix d, ScoreType scoreType)DPMatrixPairwiseDP. forwardMatrix(SymbolList[] seqs, ScoreType scoreType)CellCalculatorCellCalculatorFactory. forwards(ScoreType scoreType)CellCalculatorDPInterpreter. forwards(ScoreType scoreType)voidCellCalculator. initialize(Cell[][] cells)Initialize the cell at [0][0] to the recursion initial parameters.CellCalculatorCellCalculatorFactory. viterbi(ScoreType scoreType, BackPointer terminal)CellCalculatorDPInterpreter. viterbi(ScoreType scoreType, BackPointer terminal)StatePathPairwiseDP. viterbi(SymbolList[] seqs, ScoreType scoreType)Constructors in org.biojava.bio.dp.twohead that throw IllegalTransitionException Constructor Description PairwiseDP(MarkovModel mm, CellCalculatorFactoryMaker ccfm) -
Uses of IllegalTransitionException in org.biojava.bio.program.hmmer
Methods in org.biojava.bio.program.hmmer that throw IllegalTransitionException Modifier and Type Method Description protected voidHmmerProfileHMM. connectModel()This is called by constructor in setting up the allowed transitions in the modelConstructors in org.biojava.bio.program.hmmer that throw IllegalTransitionException Constructor Description HmmerProfileHMM(Alphabet alpha, int columns, DistributionFactory matchFactory, DistributionFactory insertFactory, String name)
-