[mlpack-git] [mlpack/mlpack] Hilbert R tree (#664)

Ryan Curtin notifications at github.com
Tue Jun 21 11:32:33 EDT 2016


> +template<typename TreeType,
> +         template<typename> class HilbertValueType>
> +HilbertRTreeAuxiliaryInformation<TreeType, HilbertValueType>::
> +HilbertRTreeAuxiliaryInformation(const HilbertRTreeAuxiliaryInformation& other) :
> +    hilbertValue(other.HilbertValue())
> +{
> +
> +};
> +
> +template<typename TreeType,
> +         template<typename> class HilbertValueType>
> +HilbertRTreeAuxiliaryInformation<TreeType, HilbertValueType>::
> +~HilbertRTreeAuxiliaryInformation()
> +{
> +
> +}

If the destructor does nothing we can just omit it. :)

---
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/664/files/f9127cea62d5ce1ad8d5f59931de108a2f7cdd9b#r67892163
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160621/eb4c3bd1/attachment.html>


More information about the mlpack-git mailing list