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

Ryan Curtin notifications at github.com
Sun Aug 14 17:56:13 EDT 2016


> +
> +  for (size_t cases = 0; cases < 3; cases++)
> +  {
> +    double tau;
> +    switch (cases)
> +    {
> +      case 0:
> +        tau = 0;
> +        break;
> +      case 1:
> +        tau = 0.05;
> +        break;
> +      case 2:
> +        tau = 0.1;
> +        break;
> +    }

`tau = 0.05 * cases`?

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


More information about the mlpack-git mailing list