[mlpack-git] master, mlpack-1.0.x: Fix minor error that I didn't correct last time. (0618cdd)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:45:38 EST 2015


Repository : https://github.com/mlpack/mlpack

On branches: master,mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

>---------------------------------------------------------------

commit 0618cdd415ca73369966e789b873338e6c2d10fd
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Mar 25 14:09:10 2014 +0000

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


>---------------------------------------------------------------

0618cdd415ca73369966e789b873338e6c2d10fd
 doc/tutorials/neighbor_search/neighbor_search.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/tutorials/neighbor_search/neighbor_search.txt b/doc/tutorials/neighbor_search/neighbor_search.txt
index 0945b9a..2c6335d 100644
--- a/doc/tutorials/neighbor_search/neighbor_search.txt
+++ b/doc/tutorials/neighbor_search/neighbor_search.txt
@@ -205,7 +205,7 @@ Further documentation on options should be found by using the --help option.
 @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-git mailing list