[mlpack-git] master,mlpack-1.0.x: Trivial spelling fix. (3f9d23d)

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


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

On branches: master,mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit 3f9d23d1132a5d7aabe52ccacbfb36bb208803e3
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Jun 2 19:54:46 2014 +0000

    Trivial spelling fix.


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

3f9d23d1132a5d7aabe52ccacbfb36bb208803e3
 src/mlpack/methods/amf/amf_impl.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/amf/amf_impl.hpp b/src/mlpack/methods/amf/amf_impl.hpp
index e0c0adf..1d2acd0 100644
--- a/src/mlpack/methods/amf/amf_impl.hpp
+++ b/src/mlpack/methods/amf/amf_impl.hpp
@@ -78,7 +78,7 @@ void AMF<InitializationRule, UpdateRule>::Apply(
     iteration++;
   }
 
-  Log::Info << "LMF converged to residue of " << sqrt(residue) << " in "
+  Log::Info << "AMF converged to residue of " << sqrt(residue) << " in "
       << iteration << " iterations." << std::endl;
 }
 



More information about the mlpack-git mailing list