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

Ryan Curtin notifications at github.com
Sun Aug 14 12:24:36 EDT 2016


>  PARAM_INT_IN("leaf_size", "Leaf size for tree building (used for kd-trees, vp "
> -    "trees, R trees, R* trees, X trees, Hilbert R trees, R+ trees and R++ "
> -    "trees).", "l", 20);
> +    "trees, R trees, R* trees, X trees, Hilbert R trees, R+ trees, R++ trees "
> +    "and spill trees).", "l", 20);
> +PARAM_DOUBLE_IN("tau", "Overlapping size (for spill trees).", "u", 0);
> +PARAM_DOUBLE_IN("rho", "Balance threshold (for spill trees).", "b", 0.7);

To emphasize where these are valid, I might consider writing `only valid for spill trees` instead of just `for spill trees`.

-- 
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/fe090ee13c7cad79e2b7eb8b6690628ba3ead1ed#r74704649
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160814/056ed949/attachment-0001.html>


More information about the mlpack-git mailing list