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

sumedhghaisas notifications at github.com
Sat Aug 6 08:26:01 EDT 2016


> +   * constructors which don't specify point indices.
> +   *
> +   * @param parent Parent of this node.
> +   * @param points Vector of indexes of points to be included in this node.
> +   * @param tau Overlapping size.
> +   * @param maxLeafSize Size of each leaf in the tree.
> +   * @param rho Balance threshold.
> +   */
> +  SpillTree(SpillTree* parent,
> +            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

I like this warning! :)

---
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/54614baee1591b6e7529c7da61fd7fa390ebb5e3#r73785453
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160806/fef33d91/attachment-0001.html>


More information about the mlpack-git mailing list