[mlpack-svn] r15314 - mlpack/trunk/src/mlpack/methods/fastmks

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Jun 25 13:25:56 EDT 2013


Author: marcus
Date: 2013-06-25 13:25:55 -0400 (Tue, 25 Jun 2013)
New Revision: 15314

Modified:
   mlpack/trunk/src/mlpack/methods/fastmks/fastmks_main.cpp
Log:
Fix ambiguous match: option -s matches --single and --scale.

Modified: mlpack/trunk/src/mlpack/methods/fastmks/fastmks_main.cpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/fastmks/fastmks_main.cpp	2013-06-25 17:24:53 UTC (rev 15313)
+++ mlpack/trunk/src/mlpack/methods/fastmks/fastmks_main.cpp	2013-06-25 17:25:55 UTC (rev 15314)
@@ -62,7 +62,7 @@
 
 PARAM_FLAG("naive", "If true, O(n^2) naive mode is used for computation.", "N");
 PARAM_FLAG("single", "If true, single-tree search is used (as opposed to "
-    "dual-tree search.", "s");
+    "dual-tree search.", "S");
 
 // Cover tree parameter.
 PARAM_DOUBLE("base", "Base to use during cover tree construction.", "b", 2.0);




More information about the mlpack-svn mailing list