Home | Trees | Indices | Help |
|
---|
|
object --+ | core.AbstractIndexer --+ | core.BaseDictionaryContainer --+ | core.DictionaryContainer --+ | EmissionTable
Represents a lookup table of emission probabilities. Provides dictionary-like access:
>>> state.emission[ProteinAlphabet.ALA] emission probability for ALA
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Properties | |
Inherited from Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Append a new emission probability to the table.
|
Set the emission table using the dictionary provided in the argument.
|
Update the emission
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:04 2017 | http://epydoc.sourceforge.net |