[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:29:19 EDT 2016


> @@ -33,6 +33,12 @@ class TreeTraits<CoverTree<MetricType, StatisticType, MatType, RootPointPolicy>>
>    static const bool HasOverlappingChildren = true;
>  
>    /**
> +   * Cover trees do have self-children, so points can be included in more than
> +   * one node.
> +   */
> +  static const bool HasDuplicatedPoints = true;

A classic example of me talking before sufficiently analyzing what I am looking at.  Let's leave it as-is. :)

-- 
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#r76691096
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160829/0623a4c6/attachment.html>


More information about the mlpack-git mailing list