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

MarcosPividori notifications at github.com
Tue Aug 16 16:26:40 EDT 2016


> +    const double rho) :
> +    left(NULL),
> +    right(NULL),
> +    parent(NULL),
> +    count(0),
> +    pointsIndex(NULL),
> +    overlappingNode(false),
> +    hyperplane(),
> +    bound(data.n_rows),
> +    parentDistance(0), // Parent distance for the root is 0: it has no parent.
> +    dataset(&data),
> +    localDataset(false)
> +{
> +  arma::Col<size_t> points(dataset->n_cols);
> +  for (size_t i = 0; i < points.n_elem; i++)
> +    points[i] = i;

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

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


More information about the mlpack-git mailing list