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

Ryan Curtin notifications at github.com
Sun Aug 14 17:53:05 EDT 2016


> +  dataset.randu(50, 300); // 50 dimensional, 300 points.
> +
> +  const size_t k = 15;
> +  double tau = 0;
> +
> +  for (size_t test = 0; test < 2; test++)
> +  {
> +    switch (test)
> +    {
> +      case 0:
> +        tau = 0;
> +        break;
> +      case 1:
> +        tau = 0.1;
> +        break;
> +    }

`tau = 0.1 * test`?

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


More information about the mlpack-git mailing list