[mlpack-git] [mlpack/mlpack] Vantage point tree and HRectBound improvements (#760)

lozhnikov notifications at github.com
Sat Aug 13 13:24:36 EDT 2016


> @@ -35,6 +36,8 @@ class HollowBallBound
>    math::RangeType<ElemType> radii;
>    //! The center of the ball bound.
>    arma::Col<ElemType> center;
> +  //! The center of the hollow.
> +  arma::Col<ElemType> hollowCenter;

The normal center is the center of the minimal bounding ball (i.e. the outer ball). And `hollowCenter` is the center of the hole (i.e. the inner ball).

-- 
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/760/files/55e15792e4dc2135c6e3421c5dae1322d07b0dcc#r74689566
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160813/7d333185/attachment-0001.html>


More information about the mlpack-git mailing list