[mlpack-git] master, mlpack-1.0.x: Point out that there is a known bug. (d6c31c2)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:54:19 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 d6c31c2d639c30314095c6b08559e497a7bad0bd
Author: Ryan Curtin <ryan at ratml.org>
Date:   Fri Jul 25 15:58:04 2014 +0000

    Point out that there is a known bug.


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

d6c31c2d639c30314095c6b08559e497a7bad0bd
 src/mlpack/methods/rann/ra_search.hpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mlpack/methods/rann/ra_search.hpp b/src/mlpack/methods/rann/ra_search.hpp
index a5952bc..6f5b1d2 100644
--- a/src/mlpack/methods/rann/ra_search.hpp
+++ b/src/mlpack/methods/rann/ra_search.hpp
@@ -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-git mailing list