[mlpack-git] [mlpack/mlpack] bug in HMM (#600)

leviathan2k notifications at github.com
Fri Apr 1 14:37:31 EDT 2016


In file mlpack\methods\hmm\hmm_impl.hpp, line 169:
```
    if (dataSeq.size() == 0)
      initial = newInitial / dataSeq.size();
```
Should be probably `!=` operator.
mlpack version 2.0.1


---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/600
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160401/d9c71f87/attachment.html>


More information about the mlpack-git mailing list