[mlpack-svn] r11649 - mlpack/trunk/doc/tutorials/neighbor_search

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Feb 29 10:50:57 EST 2012


Author: rcurtin
Date: 2012-02-29 10:50:57 -0500 (Wed, 29 Feb 2012)
New Revision: 11649

Modified:
   mlpack/trunk/doc/tutorials/neighbor_search/neighbor_search.txt
Log:
Mistype found.


Modified: mlpack/trunk/doc/tutorials/neighbor_search/neighbor_search.txt
===================================================================
--- mlpack/trunk/doc/tutorials/neighbor_search/neighbor_search.txt	2012-02-29 15:19:31 UTC (rev 11648)
+++ mlpack/trunk/doc/tutorials/neighbor_search/neighbor_search.txt	2012-02-29 15:50:57 UTC (rev 11649)
@@ -217,7 +217,7 @@
 constructed and given a dataset.  Then, the method is run, and two matrices are
 returned: one which holds the indices of the nearest neighbors, and one which
 holds the distances of the nearest neighbors.  These are of the same structure
-as the output --neighbors_file and --reference_file for the CLI interface (see
+as the output --neighbors_file and --distances_file for the CLI interface (see
 above).  A handful of examples of simple usage of the AllkNN class are given
 below.
 




More information about the mlpack-svn mailing list