A single state in the HMM. More...
#include <hmm.h>
Public Attributes | |
| int32 | score |
| union { | |
| long id | |
| void * ptr | |
| } | history |
A single state in the HMM.
| union { ... } hmm_state_t::history |
| long hmm_state_t::id |
History index
| void* hmm_state_t::ptr |
History object
| int32 hmm_state_t::score |
State score (path log-likelihood)
1.7.6.1