Public Attributes | List of all members
hmm_state_t Struct Reference

A single state in the HMM. More...

#include <hmm.h>

Public Attributes

int32 score
 
union {
   long   id
 
   void *   ptr
 
history
 

Detailed Description

A single state in the HMM.

Member Data Documentation

◆ history

union { ... } hmm_state_t::history

◆ id

long hmm_state_t::id

History index

◆ ptr

void* hmm_state_t::ptr

History object

◆ score

int32 hmm_state_t::score

State score (path log-likelihood)


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