dichodaemon/ghmm
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Description =========== This is a rewrite of our GHMM software, the original version, which includes a GUI and some examples is available at: * http://www.dizanvasquez.info/software:ghmm Dependencies ------------ * Eigen3 linear algebra library. * UnitTest++ unit test library. Compiling --------- * Just do it the standard way "mkdir build && cd build && cmake .. && make"