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

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:15:48 EST 2015


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

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

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

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

    Fix documentation; thanks to Kumar.


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

c7a3aa70075673ffa4b97bd623857eeb93c0130a
 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