[mlpack-git] master: Fix typo (thanks Ryan Birmingham for pointing it out). (7b0b67d)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Jul 29 16:41:31 EDT 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/f8ceffae0613b350f4d6bdd46c6c8633a40b4897...6ee21879488fe98612a4619b17f8b51e8da5215b

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

commit 7b0b67dc485c06aa977c66e0277566549dd9b941
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Jul 21 14:13:58 2015 -0400

    Fix typo (thanks Ryan Birmingham for pointing it out).


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

7b0b67dc485c06aa977c66e0277566549dd9b941
 doc/tutorials/amf/amf.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/tutorials/amf/amf.txt b/doc/tutorials/amf/amf.txt
index 4b4ac92..cc66e72 100644
--- a/doc/tutorials/amf/amf.txt
+++ b/doc/tutorials/amf/amf.txt
@@ -155,7 +155,7 @@ int main()
   NMFALSFactorizer nmf;
   mat W, H;
   mat V = randu<mat>(100, 100);
-  double residue = Apply(V, W, H);
+  double residue = nmf.Apply(V, W, H);
   return 1;
 }
 @endcode



More information about the mlpack-git mailing list