Public Attributes
hmm_state_t Struct Reference

A single state in the HMM. More...

#include <hmm.h>

List of all members.

Public Attributes

int32 score
union {
   long   id
   void *   ptr
history

Detailed Description

A single state in the HMM.


Member Data Documentation

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)


The documentation for this struct was generated from the following file: