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

Ryan Curtin notifications at github.com
Wed Aug 24 15:07:48 EDT 2016


> @@ -548,12 +549,13 @@ class BinarySpaceTree
>     * @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);
> +  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);

It's fine as-is now, thanks for the fix. :)

-- 
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..3aee6e807d45813411ac74b3294c2a20d40ab857#r76119129
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160824/7a01033b/attachment.html>


More information about the mlpack-git mailing list