[mlpack-git] mlpack-1.0.x: Fix botched LaTeX comment. (9dade14)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Jan 7 11:57:01 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/0000000000000000000000000000000000000000...904762495c039e345beba14c1142fd719b3bd50e

>---------------------------------------------------------------

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

    Fix botched LaTeX comment.


>---------------------------------------------------------------

9dade14a840d99a0915e40a2b59d78c24fe6e124
 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.
    *



More information about the mlpack-git mailing list