[mlpack-git] master: Fix documentation; thanks to Kumar. (830772a)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Feb 9 11:09:53 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/abdfa0b989940f82b799d6afa1a3861afbf991e7...830772a08bc287691f22cb729a34f7c75e8237db

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

commit 830772a08bc287691f22cb729a34f7c75e8237db
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Feb 9 11:07:53 2015 -0500

    Fix documentation; thanks to Kumar.


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

830772a08bc287691f22cb729a34f7c75e8237db
 src/mlpack/methods/amf/amf.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/amf/amf.hpp b/src/mlpack/methods/amf/amf.hpp
index d6ac467..e7631b7 100644
--- a/src/mlpack/methods/amf/amf.hpp
+++ b/src/mlpack/methods/amf/amf.hpp
@@ -54,7 +54,7 @@ namespace amf /** Alternating Matrix Factorization **/ {
  * arma::mat H; // Encoding matrix
  *
  * AMF<> amf; // Default options: NMF with multiplicative distance update rules.
- * amf.Apply(V, W, H, r);
+ * amf.Apply(V, r, W, H);
  * @endcode
  *
  * @tparam TerminationPolicy The policy to use for determining when the



More information about the mlpack-git mailing list