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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Dec 7 14:25:23 EST 2011


Author: rcurtin
Date: 2011-12-07 14:25:23 -0500 (Wed, 07 Dec 2011)
New Revision: 10625

Modified:
   mlpack/trunk/src/mlpack/methods/kmeans/kmeans_main.cpp
Log:
Misspelling of option.


Modified: mlpack/trunk/src/mlpack/methods/kmeans/kmeans_main.cpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/kmeans/kmeans_main.cpp	2011-12-07 19:20:20 UTC (rev 10624)
+++ mlpack/trunk/src/mlpack/methods/kmeans/kmeans_main.cpp	2011-12-07 19:25:23 UTC (rev 10625)
@@ -109,7 +109,7 @@
   }
   else
   {
-    if (CLI::HasParam("only_labels"))
+    if (CLI::HasParam("labels_only"))
     {
       // Save only the labels.
       string output_file = CLI::GetParam<string>("output_file");




More information about the mlpack-svn mailing list