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::nthScore Class Reference

#include <trellis.h>

List of all members.

Public Member Functions

 nthScore ()
 nthScore (int16_t st, int16_t tb, double sc)

Public Attributes

int16_t st_tb
int16_t score_tb
double score

Detailed Description

Definition at line 60 of file trellis.h.


Constructor & Destructor Documentation

StochHMM::nthScore::nthScore ( )
inline

Definition at line 65 of file trellis.h.

:st_tb(0),score_tb(0),score(-INFINITY){};
StochHMM::nthScore::nthScore ( int16_t  st,
int16_t  tb,
double  sc 
)
inline

Definition at line 66 of file trellis.h.

:st_tb(st),score_tb(tb),score(sc){};

Member Data Documentation

double StochHMM::nthScore::score

Definition at line 64 of file trellis.h.

Referenced by StochHMM::_vec_sort().

int16_t StochHMM::nthScore::score_tb

Definition at line 63 of file trellis.h.

Referenced by StochHMM::trellis::traceback_nth().

int16_t StochHMM::nthScore::st_tb

Definition at line 62 of file trellis.h.

Referenced by StochHMM::trellis::traceback_nth().


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