StochHMM  v0.34
Flexible Hidden Markov Model C++ Library and Application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes
StochHMM::stochTable::stoch_value Struct Reference

#include <stochTable.h>

List of all members.

Public Member Functions

 stoch_value (uint16_t id, uint16_t prev, float p)

Public Attributes

uint16_t state_id
uint16_t state_prev
uint16_t prev_cell
float prob

Detailed Description

Structure used to store the traceback values (Current state, Previous State, Traceback probability). Also includes the iterator of the previous state (which iterator is the previous state in relation to all states in the last position

Definition at line 43 of file stochTable.h.


Constructor & Destructor Documentation

StochHMM::stochTable::stoch_value::stoch_value ( uint16_t  id,
uint16_t  prev,
float  p 
)
inline

Definition at line 44 of file stochTable.h.

: state_id(id), state_prev(prev), prob(p){}

Member Data Documentation

uint16_t StochHMM::stochTable::stoch_value::prev_cell

Definition at line 47 of file stochTable.h.

float StochHMM::stochTable::stoch_value::prob

Definition at line 48 of file stochTable.h.

uint16_t StochHMM::stochTable::stoch_value::state_id

Definition at line 45 of file stochTable.h.

uint16_t StochHMM::stochTable::stoch_value::state_prev

Definition at line 46 of file stochTable.h.


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