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

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


> +   *
> +   * @param data Dataset to create tree from.
> +   * @param tau Overlapping size.
> +   * @param maxLeafSize Size of each leaf in the tree.
> +   * @param rho Balance threshold.
> +   */
> +  SpillTree(MatType&& data,
> +            const double tau = 0,
> +            const size_t maxLeafSize = 20,
> +            const double rho = 0.7);
> +
> +  /**
> +   * Construct this node as a child of the given parent, starting at column
> +   * begin and using count points.  The ordering of that subset of points in the
> +   * parent's data matrix will be modified!  This is used for recursive
> +   * tree-building by the other constructors which don't specify point indices.

I think this comment is not accurate---"starting at column begin and using count points" is something that applies to the `BinarySpaceTree`, but not here.

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


More information about the mlpack-git mailing list