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

MarcosPividori notifications at github.com
Tue Aug 16 20:58:32 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;
> +    }

Done in https://github.com/mlpack/mlpack/pull/747/commits/f989164147b33ba87192c311fff19622cc59f714

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


More information about the mlpack-git mailing list