[mlpack-git] [mlpack/mlpack] Adds a Train() function that only needs dataset statistics (#748)

Yannis Mentekidis notifications at github.com
Wed Aug 3 06:47:08 EDT 2016


> @@ -55,36 +57,63 @@ void GammaDistribution::Train(const arma::mat& rdata, const double tol)
>    // Treat each dimension (i.e. row) independently.
>    for (size_t row = 0; row < rdata.n_rows; ++row)
>    {
> -    // Statistics for this row.
> +    // Statistics for this Vrow.

Woops

---
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/748/files/09a90ee81a8ae3b69be94d8f84ff32794af2b7d6#r73315230
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160803/82a65019/attachment-0001.html>


More information about the mlpack-git mailing list