[mlpack] 236/324: Fix botched LaTeX formula.
Barak A. Pearlmutter
barak+git at cs.nuim.ie
Sun Aug 17 08:22:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch svn-trunk
in repository mlpack.
commit 293e7332603f678a578e51e81137c705a868e29f
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date: Mon Jul 28 18:13:35 2014 +0000
Fix botched LaTeX formula.
git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@16905 9d5b8971-822b-0410-80eb-d18c1038ef23
---
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