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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Mar 30 12:01:20 EDT 2012


Author: jcline3
Date: 2012-03-30 12:01:20 -0400 (Fri, 30 Mar 2012)
New Revision: 12130

Modified:
   mlpack/trunk/src/mlpack/methods/kmeans/kmeans_impl.hpp
Log:
remove useless code


Modified: mlpack/trunk/src/mlpack/methods/kmeans/kmeans_impl.hpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/kmeans/kmeans_impl.hpp	2012-03-29 22:52:44 UTC (rev 12129)
+++ mlpack/trunk/src/mlpack/methods/kmeans/kmeans_impl.hpp	2012-03-30 16:01:20 UTC (rev 12130)
@@ -423,10 +423,6 @@
             }
           }
         }
-        else
-        {
-          noDomination = true;
-        }
 
         // If did found a centroid that was closer to every point in the
         // hyperrectangle than every other centroid, then update that centroid




More information about the mlpack-svn mailing list