[mlpack-git] [mlpack/mlpack] GammaDistribution: Adds functionality to solve #749 (#751)

Ryan Curtin notifications at github.com
Fri Aug 5 23:28:07 EDT 2016


> @@ -31,6 +41,7 @@ inline bool GammaDistribution::Converged(const double aOld,
>    return (std::abs(aNew - aOld) / aNew) < tol;
>  }
>  
> +

I think this extra line is unnecessary. :)

---
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/751/files/9cb117f671f55186baddf38ce71107a2a3ae027f#r73780066
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160805/4a5f8841/attachment.html>


More information about the mlpack-git mailing list