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

MarcosPividori notifications at github.com
Tue Aug 16 14:37:47 EDT 2016


> +  void Serialize(Archive& ar, const unsigned int /* version */)
> +  {
> +    ar & data::CreateNVP(projVect, "projVect");
> +    ar & data::CreateNVP(splitVal, "splitVal");
> +  };
> +};
> +
> +/**
> + * AxisOrthogonalHyperplane represents a hyperplane orthogonal to an axis.
> + */
> +template<typename MetricType>
> +using AxisOrthogonalHyperplane = HyperplaneBase<bound::HRectBound<MetricType>,
> +    AxisParallelProjVector>;
> +
> +/**
> + * AxisOrthogonalHyperplane represents a general hyperplane (not necessarily

Yes, thanks. Done in: https://github.com/mlpack/mlpack/pull/747/commits/722d2115d5e43fb0f56c12b97b79649ca8b9f45d

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


More information about the mlpack-git mailing list