StochHMM
v0.34
Flexible Hidden Markov Model C++ Library and Application
|
#include <iostream>
#include <vector>
#include <algorithm>
#include <map>
#include <stdlib.h>
#include "text.h"
#include "stochMath.h"
Go to the source code of this file.
Classes | |
class | StochHMM::weight |
weight class contains scaling factors for external scores More... | |
class | StochHMM::weights |
Namespaces | |
namespace | StochHMM |
traceback_path.h |
Functions | |
bool | StochHMM::compXval (const std::pair< double, double > &a, const std::pair< double, double > &b) |