Table of Contents

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!

Base Classes   
AbstractDPAlgorithms
Methods   
__init__
  __init__ 
__init__ (
        self,
        markov_model,
        sequence,
        )

Exceptions   
NotImplementedError( "Haven't coded this yet..." )

Table of Contents

This document was automatically generated on Mon Jul 1 12:03:09 2002 by HappyDoc version 2.0.1