[mlpack] 38/324: Trivial spelling fix.
Barak A. Pearlmutter
barak+git at cs.nuim.ie
Sun Aug 17 08:21:53 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 d7573a07b1a9c5bfb1b9f9043514c83ae0226b41
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date: Mon Jun 2 19:54:46 2014 +0000
Trivial spelling fix.
git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@16604 9d5b8971-822b-0410-80eb-d18c1038ef23
---
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;
}
--
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