StochHMM
v0.34
Flexible Hidden Markov Model C++ Library and Application
|
#include <vector>
#include <stdlib.h>
#include <string>
#include <iostream>
#include <math.h>
#include <fstream>
#include <algorithm>
#include "text.h"
#include "track.h"
#include "stateInfo.h"
#include "externDefinitions.h"
#include "index.h"
Go to the source code of this file.
Classes | |
class | StochHMM::sequence |
Namespaces | |
namespace | StochHMM |
traceback_path.h |
Functions | |
sequence | StochHMM::random_sequence (std::vector< double > &freq, size_t length, track *tr) |
Definition in file sequence.h.