[mlpack-svn] r13541 - mlpack/trunk/src/mlpack/methods/local_coordinate_coding

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Sep 12 23:01:33 EDT 2012


Author: rcurtin
Date: 2012-09-12 23:01:32 -0400 (Wed, 12 Sep 2012)
New Revision: 13541

Modified:
   mlpack/trunk/src/mlpack/methods/local_coordinate_coding/lcc_impl.hpp
Log:
Another annoying typo.


Modified: mlpack/trunk/src/mlpack/methods/local_coordinate_coding/lcc_impl.hpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/local_coordinate_coding/lcc_impl.hpp	2012-09-13 02:59:25 UTC (rev 13540)
+++ mlpack/trunk/src/mlpack/methods/local_coordinate_coding/lcc_impl.hpp	2012-09-13 03:01:32 UTC (rev 13541)
@@ -48,7 +48,7 @@
   Log::Info << "  Objective value: " << Objective(adjacencies) << "."
       << std::endl;
 
-  for (size_t t = 1; t <= maxIterations; t++)
+  for (size_t t = 1; t != maxIterations; t++)
   {
     Log::Info << "Iteration " << t << " of " << maxIterations << "."
         << std::endl;




More information about the mlpack-svn mailing list