[mlpack-git] [mlpack/mlpack] Universal B tree implementation (#746)

Ryan Curtin notifications at github.com
Wed Aug 17 19:45:55 EDT 2016


> +   * @param data The dataset used by the binary space tree.
> +   */
> +  void InitializeAddresses(const MatType& data);
> +
> +  /**
> +   * Calculate addresses for all points in the dataset.
> +   *
> +   * @param data The dataset used by the binary space tree.
> +   * @param count Number of points in this node.
> +   */
> +  void PerformSplit(MatType& data,
> +                       const size_t count);
> +
> +  void PerformSplit(MatType& data,
> +                       const size_t count,
> +                       std::vector<size_t>& oldFromNew);

The spacing seems incorrect in these two function definitions.

-- 
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/746/files/8c5a97dcb1641ae6c98edc70426fb19f5cd7cb79#r75227937
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160817/1491849c/attachment.html>


More information about the mlpack-git mailing list