StochHMM
v0.34
Flexible Hidden Markov Model C++ Library and Application
|
#include <map>
#include <set>
#include <string>
#include <vector>
#include <iostream>
#include <sstream>
#include <stdlib.h>
Go to the source code of this file.
Classes | |
struct | StochHMM::opt_parameters |
class | StochHMM::opt_data |
Store the actual command line options data for each option defined by user. More... | |
class | StochHMM::options |
Parse, Store, and access commandline options data. More... |
Namespaces | |
namespace | StochHMM |
traceback_path.h |
Macros | |
#define | MAX_ALLOWABLE 10 |
Enumerations | |
enum | StochHMM::optionType { StochHMM::UNDEF_OPT, StochHMM::OPT_NONE, StochHMM::OPT_INT, StochHMM::OPT_DOUBLE, StochHMM::OPT_STRING, StochHMM::OPT_FLAG } |
#define MAX_ALLOWABLE 10 |
Definition at line 27 of file options.h.
Referenced by StochHMM::options::set_parameters().