[mlpack-git] [mlpack/mlpack] Approximate Neighbor Search for Dual tree algorithms. (#684)

MarcosPividori notifications at github.com
Wed Jun 15 23:41:36 EDT 2016


> @@ -355,7 +394,10 @@ void NSModel<SortPolicy>::Search(arma::mat&& querySet,
>    if (randomBasis)
>      querySet = q * querySet;
>  
> -  Log::Info << "Searching for " << k << " nearest neighbors with ";
> +  Log::Info << "Searching for " << k;
> +  if (Epsilon() != 0)
> +    Log::Info << " approximate (e=" << Epsilon() << ")";

Hi @rcurtin , after the discussion about relative error and different values for epsilon. Do you yet want me to change this, and print 1.05-approximate? This would be only for knn, wouldn't it?

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/684/files/07879a2cc79b35b10d7fae687d6e27ad90a9f2d7#r67283304
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160615/e7526c23/attachment.html>


More information about the mlpack-git mailing list