[mlpack] 23/37: Fix botched LaTeX comment.

Barak A. Pearlmutter barak+git at pearlmutter.net
Mon Feb 15 19:35:48 UTC 2016


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to tag mlpack-1.0.10
in repository mlpack.

commit 8746db6a85a287a2bce895ff56336e2f1cdd17f3
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Jul 28 18:11:25 2014 +0000

    Fix botched LaTeX comment.
---
 src/mlpack/methods/amf/update_rules/nmf_mult_dist.hpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mlpack/methods/amf/update_rules/nmf_mult_dist.hpp b/src/mlpack/methods/amf/update_rules/nmf_mult_dist.hpp
index c0db131..f29efe4 100644
--- a/src/mlpack/methods/amf/update_rules/nmf_mult_dist.hpp
+++ b/src/mlpack/methods/amf/update_rules/nmf_mult_dist.hpp
@@ -36,7 +36,8 @@ class NMFMultiplicativeDistanceUpdate
   /**
    * The update rule for the basis matrix W. The formula used is
    * \f[
-   * W_{ia} \leftarrow W_{ia} \frac{(VH^T)_{ia}}{
+   * W_{ia} \leftarrow W_{ia} \frac{(VH^T)_{ia}}{(WHH^T)_{ia}}
+   * \f]
    * The function takes in all the matrices and only changes the
    * value of the W matrix.
    *

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list