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

MarcosPividori notifications at github.com
Tue Aug 16 19:23:35 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);

I agree. Done in: https://github.com/mlpack/mlpack/pull/747/commits/99de521027ecb6d99ae533096667be591fd7f62f

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


More information about the mlpack-git mailing list