Home | Trees | Indices | Help |
|
---|
|
object --+ | State
Describes a Hidden Markov Model state.
Instance Methods | |||
|
|||
|
|||
Inherited from |
Properties | |
EmissionTable |
background Lookup table with background probabilities |
EmissionTable |
emission Lookup table with available emission probabilities |
rank | |
bool |
silent Whether this state can emit something |
TransitionTable |
transitions Lookup table with available transitions to other states |
enum item |
type State type: one of the States |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
repr(x)
|
Property Details |
backgroundLookup table with background probabilities
|
emissionLookup table with available emission probabilities
|
rank
|
silentWhether this state can emit something
|
transitionsLookup table with available transitions to other states
|
typeState type: one of the States
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:04 2017 | http://epydoc.sourceforge.net |