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

Ryan Curtin notifications at github.com
Wed Aug 17 00:12:11 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

Nice, that fixed a lot of other places that had the same issue too.  Thanks! :)

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


More information about the mlpack-git mailing list