[mlpack-svn] r11931 - mlpack/trunk/src/mlpack/methods/kmeans

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Mar 21 00:01:29 EDT 2012


Author: jcline3
Date: 2012-03-21 00:01:29 -0400 (Wed, 21 Mar 2012)
New Revision: 11931

Modified:
   mlpack/trunk/src/mlpack/methods/kmeans/kmeans_impl.hpp
Log:
comment fix


Modified: mlpack/trunk/src/mlpack/methods/kmeans/kmeans_impl.hpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/kmeans/kmeans_impl.hpp	2012-03-21 03:46:15 UTC (rev 11930)
+++ mlpack/trunk/src/mlpack/methods/kmeans/kmeans_impl.hpp	2012-03-21 04:01:29 UTC (rev 11931)
@@ -356,7 +356,7 @@
             /*
               Compute the dominating centroid for this hyperrectangle, if one
               exists. We do this by calculating the point which is furthest
-              from the i'th centroid in the direction of c_k - c_i. We do this
+              from the min'th centroid in the direction of c_k - c_min. We do this
               as outlined in the Pelleg and Moore paper.
 
               This following code is equivalent to, but faster than:




More information about the mlpack-svn mailing list