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

MarcosPividori notifications at github.com
Fri Aug 5 13:29:10 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.

Done in https://github.com/mlpack/mlpack/pull/747/commits/54614baee1591b6e7529c7da61fd7fa390ebb5e3

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


More information about the mlpack-git mailing list