biopython v1.71.0 Bio.HMM.DynamicProgramming.LogDPAlgorithms
Implement forward and backward algorithms using a log approach.
This uses the approach of calculating the sum of log probabilities using a lookup table for common values.
XXX This is not implemented yet!
Link to this section Summary
Functions
Initialize
Link to this section Functions
Link to this function
__init__()
Initialize.