[mlpack-git] master: Fix botched LaTeX formula. (fae17d8)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:55:03 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit fae17d8a4d61c7538bbf1a838f2d199223cf9cbd
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Jul 28 18:13:35 2014 +0000

    Fix botched LaTeX formula.


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

fae17d8a4d61c7538bbf1a838f2d199223cf9cbd
 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