[mlpack-git] [mlpack/mlpack] Use move semantics to set a given reference tree in NeighborSearch class. (#765)

Ryan Curtin notifications at github.com
Mon Aug 29 17:00:25 EDT 2016


> @@ -413,18 +500,21 @@ class NeighborSearch
>    size_t Scores() const { return scores; }
>  
>    //! Access whether or not search is done in naive linear scan mode.
> +  //! Deprecated. Will be removed in mlpack 3.0.0.

Hm, I dunno, maybe we should update this comment.  Someone might see it and say "but what are we supposed to use once these methods are gone?", but we don't have any advice for them there.  I know that we can't add `SearchMode()` until 3.0.0 though.  So I guess possibly we could just point out that `SearchMode()` will be available in 3.0.0 and will be the replacement for these functions.

-- 
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/765/files/8bf2e5c7dbcf3e9c9db6339d371fe17ba046ea75#r76686352
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160829/6bf3ec46/attachment-0001.html>


More information about the mlpack-git mailing list