[mlpack-svn] r11364 - mlpack/trunk/src/mlpack/methods/neighbor_search

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Feb 3 13:05:32 EST 2012


Author: rcurtin
Date: 2012-02-03 13:05:31 -0500 (Fri, 03 Feb 2012)
New Revision: 11364

Modified:
   mlpack/trunk/src/mlpack/methods/neighbor_search/allkfn_main.cpp
   mlpack/trunk/src/mlpack/methods/neighbor_search/allknn_main.cpp
Log:
Change documentation a little bit to prevent man macro error (hopefully).


Modified: mlpack/trunk/src/mlpack/methods/neighbor_search/allkfn_main.cpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/neighbor_search/allkfn_main.cpp	2012-02-03 18:04:58 UTC (rev 11363)
+++ mlpack/trunk/src/mlpack/methods/neighbor_search/allkfn_main.cpp	2012-02-03 18:05:31 UTC (rev 11364)
@@ -27,7 +27,7 @@
     "\n\n"
     "For example, the following will calculate the 5 furthest neighbors of each"
     "point in 'input.csv' and store the distances in 'distances.csv' and the "
-    "neighbors in 'neighbors.csv':"
+    "neighbors in the file 'neighbors.csv':"
     "\n\n"
     "$ allkfn --k=5 --reference_file=input.csv --distances_file=distances.csv\n"
     "  --neighbors_file=neighbors.csv"

Modified: mlpack/trunk/src/mlpack/methods/neighbor_search/allknn_main.cpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/neighbor_search/allknn_main.cpp	2012-02-03 18:04:58 UTC (rev 11363)
+++ mlpack/trunk/src/mlpack/methods/neighbor_search/allknn_main.cpp	2012-02-03 18:05:31 UTC (rev 11364)
@@ -27,7 +27,7 @@
     "\n\n"
     "For example, the following will calculate the 5 nearest neighbors of each"
     "point in 'input.csv' and store the distances in 'distances.csv' and the "
-    "neighbors in 'neighbors.csv':"
+    "neighbors in the file 'neighbors.csv':"
     "\n\n"
     "$ allknn --k=5 --reference_file=input.csv --distances_file=distances.csv\n"
     "  --neighbors_file=neighbors.csv"




More information about the mlpack-svn mailing list