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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Mar 25 10:09:10 EDT 2014


Author: rcurtin
Date: Tue Mar 25 10:09:10 2014
New Revision: 16380

Log:
Fix minor error that I didn't correct last time.


Modified:
   mlpack/trunk/doc/tutorials/neighbor_search/neighbor_search.txt

Modified: mlpack/trunk/doc/tutorials/neighbor_search/neighbor_search.txt
==============================================================================
--- mlpack/trunk/doc/tutorials/neighbor_search/neighbor_search.txt	(original)
+++ mlpack/trunk/doc/tutorials/neighbor_search/neighbor_search.txt	Tue Mar 25 10:09:10 2014
@@ -205,7 +205,7 @@
 @section allknn_nstut The 'AllkNN' class
 
 The 'AllkNN' class is, specifically, a typedef of the more extensible
-NeighborSearch class, querying for nearest neighbors using the squared Euclidean
+NeighborSearch class, querying for nearest neighbors using the Euclidean
 distance.
 
 @code



More information about the mlpack-svn mailing list