Home | Trees | Indices | Help |
|
---|
|
object --+ | Transition
Describes a Hidden Markov Model transition between two states.
Instance Methods | |||
|
|||
|
|||
Inherited from |
Properties | |
State |
predecessor Transition source state |
float |
probability Transition score |
State |
successor Transition target state |
TransitionType |
type Struct, containing information about the source and target state types |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature |
str(x)
|
Property Details |
predecessorTransition source state
|
probabilityTransition score
|
successorTransition target state
|
typeStruct, containing information about the source and target state types
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:04 2017 | http://epydoc.sourceforge.net |