StochHMM
v0.34
Flexible Hidden Markov Model C++ Library and Application
|
#include <string>
#include <vector>
#include <math.h>
#include <ctype.h>
#include <algorithm>
#include <stdint.h>
#include <stdlib.h>
#include "track.h"
#include "index.h"
#include "externalFuncs.h"
#include "weight.h"
#include "sequences.h"
#include "stochTypes.h"
Go to the source code of this file.
Classes | |
class | StochHMM::lexicalTable |
Lexical table stores the log2 probabilities for both emissions and lexical transitions. More... |
Namespaces | |
namespace | StochHMM |
traceback_path.h |