StochHMM
v0.34
Flexible Hidden Markov Model C++ Library and Application
|
#include <stochTable.h>
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 |
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.
|
inline |
Definition at line 44 of file stochTable.h.
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.