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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Jan 19 13:37:45 EST 2012


Author: rcurtin
Date: 2012-01-19 13:37:45 -0500 (Thu, 19 Jan 2012)
New Revision: 11178

Modified:
   mlpack/trunk/doc/tutorials/neighbor_search/neighbor_search.txt
Log:
So that we get that nice hyperlink.


Modified: mlpack/trunk/doc/tutorials/neighbor_search/neighbor_search.txt
===================================================================
--- mlpack/trunk/doc/tutorials/neighbor_search/neighbor_search.txt	2012-01-19 18:34:38 UTC (rev 11177)
+++ mlpack/trunk/doc/tutorials/neighbor_search/neighbor_search.txt	2012-01-19 18:37:45 UTC (rev 11178)
@@ -293,8 +293,8 @@
 template<
   typename SortPolicy = NearestNeighborSort,
   typename MetricType = mlpack::metric::SquaredEuclideanDistance,
-  typename TreeType = tree::BinarySpaceTree<bound::HRectBound<2>,
-                                            QueryStat<SortPolicy> >
+  typename TreeType = mlpack::tree::BinarySpaceTree<bound::HRectBound<2>,
+                                                    QueryStat<SortPolicy> >
 >
 class NeighborSearch;
 @endcode




More information about the mlpack-svn mailing list