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

lozhnikov notifications at github.com
Tue Jun 21 12:58:11 EDT 2016


> +
> +namespace mlpack {
> +namespace tree {
> +
> +template<typename TreeType>
> +class NoAuxiliaryInformation
> +{
> + public:
> +  NoAuxiliaryInformation() { };
> +  NoAuxiliaryInformation(const TreeType* ) { };
> +  NoAuxiliaryInformation(const TreeType& ) { };
> +
> +  /**
> +   * Some tree types require to save some properties at the insertion process.
> +   * This method should return false if it does not handle the process.
> +   */

I agree, I'll clarify that.

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


More information about the mlpack-git mailing list