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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Apr 18 21:31:53 EDT 2013


Author: rcurtin
Date: 2013-04-18 21:31:52 -0400 (Thu, 18 Apr 2013)
New Revision: 14928

Modified:
   mlpack/trunk/src/mlpack/methods/kmeans/kmeans_main.cpp
Log:
Remove ambiguous option


Modified: mlpack/trunk/src/mlpack/methods/kmeans/kmeans_main.cpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/kmeans/kmeans_main.cpp	2013-04-19 01:27:23 UTC (rev 14927)
+++ mlpack/trunk/src/mlpack/methods/kmeans/kmeans_main.cpp	2013-04-19 01:31:52 UTC (rev 14928)
@@ -46,7 +46,7 @@
 PARAM_STRING("output_file", "File to write output labels or labeled data to.",
     "o", "output.csv");
 PARAM_STRING("centroid_file", "If specified, the centroids of each cluster will"
-    " be written to the given file.", "c", "");
+    " be written to the given file.", "C", "");
 
 // k-means configuration options.
 PARAM_FLAG("allow_empty_clusters", "Allow empty clusters to be created.", "e");




More information about the mlpack-svn mailing list