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::alt_simple_stochTable::stoch_val Struct Reference

#include <stochTable.h>

List of all members.

Public Member Functions

 stoch_val (uint16_t prev, float p)

Public Attributes

uint16_t previous_state
float prob

Detailed Description

Definition at line 99 of file stochTable.h.


Constructor & Destructor Documentation

StochHMM::alt_simple_stochTable::stoch_val::stoch_val ( uint16_t  prev,
float  p 
)
inline

Definition at line 100 of file stochTable.h.

: previous_state(prev), prob(p){}

Member Data Documentation

uint16_t StochHMM::alt_simple_stochTable::stoch_val::previous_state

Definition at line 101 of file stochTable.h.

float StochHMM::alt_simple_stochTable::stoch_val::prob

Definition at line 102 of file stochTable.h.


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