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

Ryan Curtin notifications at github.com
Mon Jul 18 14:42:48 EDT 2016


> +
> +  //! Empty Constructor.
> +  HollowBallBound();
> +
> +  /**
> +   * Create the ball bound with the specified dimensionality.
> +   *
> +   * @param dimension Dimensionality of ball bound.
> +   */
> +  HollowBallBound(const size_t dimension);
> +
> +  /**
> +   * Create the ball bound with the specified radius and center.
> +   *
> +   * @param innerRradius Inner radius of ball bound.
> +   * @param outerRradius Outer radius of ball bound.

Very minor typos in the parameter names here.

---
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/6c68a88b9a907079c740e0a6e30b17c1de4bbaec#r71204180
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160718/c6be2d0c/attachment.html>


More information about the mlpack-git mailing list