Table of Contents

Class: HMMFromMatricesFactory /amd/bernoulli/1/home/abt_vin/georgi/hmm/0.7/ghmm//ghmmwrapper/ghmm.py
Base Classes   
HMMFactory
Methods   
__call__
  __call__ 
__call__ (
        self,
        emissionDomain,
        distribution,
        A,
        B,
        pi,
        hmmName=None,
        labelDomain=None,
        labelList=None,
        )

Exceptions   
GHMMError( type( distribution ), "Cannot construct model for this domain/distribution combination" )
GHMMError( type( distribution ), "Not a valid distribution for Alphabet" )
InvalidModelParameters, " Different number of entries in A and B."
InvalidModelParameters, "A is not quadratic."
InvalidModelParameters, "Either labelDomain and labelInput are both given or neither of the two."
InvalidModelParameters, "Length of pi does not match length of A."
InvalidModelParameters, "The number of " + str(len(B [ i ] ) ) + " emission parameters for state " + str( i ) + " is invalid. State order can not be determined."
TypeError, "LabelDomain object required."

Table of Contents

This document was automatically generated on Fri Jan 20 14:56:59 2006 by HappyDoc version WORKING