|
Repo Added
|
Files
18
|
Badge
README BADGES
|
push
travis-ci
1114 of 1269 relevant lines covered (87.79%)
0.88 hits per line
| Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
|---|---|---|---|---|---|---|---|
| 114 | c-decoder | changed the arguments for the HMM parameters to float arrays instead of vectors | push | travis-ci | pending completion | ||
| 113 | c-decoder | converted the "V" and "prev" arrays to std::vectors and initilized them to 0s. this prevents segmentation faults. | push | travis-ci | pending completion | ||
| 112 | c-decoder | viterbi algorithm is now fully wrapped in C++ via cython | push | travis-ci | pending completion | ||
| 111 | c-decoder | updated environment.yml to install cython | push | travis-ci | pending completion | ||
| 108 | c-decoder | hmm.cpp is now wrapped via cython so that it can can be called from python and passed a list | push | travis-ci | pending completion | ||
| 107 | c-decoder | wrote Viterbi decoder in C++ | push | travis-ci | pending completion |