[mlpack-git] [mlpack/mlpack] DET documentation error (#805)

Ivan Georgiev notifications at github.com
Thu Oct 27 07:43:22 EDT 2016


In the documentation for DET (http://www.mlpack.org/docs/mlpack-git/doxygen.php?doc=dettutorial.html) it says:

> Note that the logarithm of the density estimates are saved; this allows smaller values to be saved.

While, the actual code is like this:

```
return std::exp(std::log(ratio) - logVolume)
```

Which, is essentially equal to `ration / Volume`, without the logarithm part.

-- 
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/805
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20161027/6e50587e/attachment.html>


More information about the mlpack-git mailing list