StochHMM  v0.34
Flexible Hidden Markov Model C++ Library and Application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
nth_best.cpp File Reference
#include "trellis.h"

Go to the source code of this file.

Namespaces

namespace  StochHMM
 traceback_path.h

Functions

void StochHMM::sort_scores (std::vector< nthScore > &nth_scores)
 Sort the viterbi scores in the nth trellis cells.
bool StochHMM::_vec_sort (const nthScore &i, const nthScore &j)