[mlpack-git] [mlpack/mlpack] Vantage point tree (#708)

lozhnikov notifications at github.com
Fri Jul 22 03:36:40 EDT 2016


> @@ -492,6 +492,10 @@ class RectangleTree
>    //! Returns false: this tree type does not have self children.
>    static bool HasSelfChildren() { return false; }
>  
> +  //! Returns false: The first point of this node is not the centroid
> +  //! of its bound.
> +  static constexpr bool IsFirstPointCentroid() { return false; }

Yes, I agree. That should simplify the TreeType API.

---
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/708/files/300882ac96e7a663e3e303ca0c45c14c6fafe1a6#r71837830
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160722/7e51c7fc/attachment.html>


More information about the mlpack-git mailing list