Class: LogDPAlgorithms | Bio/HMM/DynamicProgramming.py | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
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!
|