[mlpack-git] [mlpack/mlpack] Spill trees (#747)

Ryan Curtin notifications at github.com
Fri Aug 5 11:26:45 EDT 2016


> +            std::vector<size_t>& points,
> +            const double tau = 0,
> +            const size_t maxLeafSize = 20,
> +            const double rho = 0.7);
> +
> +  /**
> +   * Create a hybrid spill tree by copying the other tree.  Be careful!  This
> +   * can take a long time and use a lot of memory.
> +   *
> +   * @param other tree to be replicated.
> +   */
> +  SpillTree(const SpillTree& other);
> +
> +  /**
> +   * Move constructor for a SpillTree; possess all the members of the
> +   * given tree.

This looks like it's shorter than 80 characters, so I think you can compress it onto a single line.  I know, trivial comment :)

---
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/747/files/a71b57caa90311f5542180bc0553449c3691395d#r73710818
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160805/0d39c020/attachment.html>


More information about the mlpack-git mailing list