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

Ryan Curtin notifications at github.com
Mon Aug 22 14:42:25 EDT 2016


> +   *
> +   * @param bound The bound used for this node.
> +   * @param data The dataset used by the binary space tree.
> +   * @param begin Index of the starting point in the dataset that belongs to
> +   *    this node.
> +   * @param count Number of points in this node.
> +   * @param splitInfo The information about the split.
> +   * @param oldFromNew Vector which will be filled with the old positions for
> +   *    each new point.
> +   */
> +  size_t PerformSplit(MatType& data,
> +    const size_t begin,
> +    const size_t count,
> +    const typename UBTreeSplit<BoundType<MetricType>,
> +                               MatType>::SplitInfo& splitInfo,
> +    std::vector<size_t>& oldFromNew);

The spacing seems odd on this line.

-- 
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/2c5eb5780226c30b8fb088ee928487f0970dc802#r75734406
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160822/a24bd5e3/attachment.html>


More information about the mlpack-git mailing list