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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Jan 19 12:14:33 EST 2012


Author: rcurtin
Date: 2012-01-19 12:14:32 -0500 (Thu, 19 Jan 2012)
New Revision: 11170

Modified:
   mlpack/trunk/src/mlpack/methods/neighbor_search/allkfn_main.cpp
   mlpack/trunk/src/mlpack/methods/neighbor_search/allknn_main.cpp
Log:
Weird, these aren't necessary.


Modified: mlpack/trunk/src/mlpack/methods/neighbor_search/allkfn_main.cpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/neighbor_search/allkfn_main.cpp	2012-01-19 16:55:27 UTC (rev 11169)
+++ mlpack/trunk/src/mlpack/methods/neighbor_search/allkfn_main.cpp	2012-01-19 17:14:32 UTC (rev 11170)
@@ -59,7 +59,6 @@
 
   // Get all the parameters.
   string referenceFile = CLI::GetParam<string>("reference_file");
-  string outputFile = CLI::GetParam<string>("output_file");
 
   string distancesFile = CLI::GetParam<string>("distances_file");
   string neighborsFile = CLI::GetParam<string>("neighbors_file");

Modified: mlpack/trunk/src/mlpack/methods/neighbor_search/allknn_main.cpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/neighbor_search/allknn_main.cpp	2012-01-19 16:55:27 UTC (rev 11169)
+++ mlpack/trunk/src/mlpack/methods/neighbor_search/allknn_main.cpp	2012-01-19 17:14:32 UTC (rev 11170)
@@ -60,7 +60,6 @@
 
   // Get all the parameters.
   string referenceFile = CLI::GetParam<string>("reference_file");
-  string outputFile = CLI::GetParam<string>("output_file");
 
   string distancesFile = CLI::GetParam<string>("distances_file");
   string neighborsFile = CLI::GetParam<string>("neighbors_file");




More information about the mlpack-svn mailing list