[mlpack-git] [mlpack] Bug fix for Elkan? (#592)

Erich Schubert notifications at github.com
Thu Mar 24 17:09:49 EDT 2016


A minimal change would be to change
```
newCentroids.fill(DBL_MAX);
```
to:
```
newCentroids.col(c).fill(DBL_MAX);
```
Because you only want to fill one column.

---
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/pull/592#issuecomment-201021776
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160324/fcaef7ef/attachment.html>


More information about the mlpack-git mailing list