[mlpack-svn] r16856 - mlpack/trunk/src/mlpack/methods/rann

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Jul 25 11:58:04 EDT 2014


Author: rcurtin
Date: Fri Jul 25 11:58:04 2014
New Revision: 16856

Log:
Point out that there is a known bug.


Modified:
   mlpack/trunk/src/mlpack/methods/rann/ra_search.hpp

Modified: mlpack/trunk/src/mlpack/methods/rann/ra_search.hpp
==============================================================================
--- mlpack/trunk/src/mlpack/methods/rann/ra_search.hpp	(original)
+++ mlpack/trunk/src/mlpack/methods/rann/ra_search.hpp	Fri Jul 25 11:58:04 2014
@@ -43,6 +43,8 @@
  *   year={2009}
  * }
  *
+ * RASearch is currently known to not work with ball trees (#356).
+ *
  * @tparam SortPolicy The sort policy for distances; see NearestNeighborSort.
  * @tparam MetricType The metric to use for computation.
  * @tparam TreeType The tree type to use.



More information about the mlpack-svn mailing list