[mlpack-git] [mlpack/mlpack] Universal B tree implementation (#746)

Ryan Curtin notifications at github.com
Mon Aug 22 14:47:01 EDT 2016


> + * }
> + * @endcode
> + */
> +#ifndef MLPACK_CORE_TREE_CELLBOUND_HPP
> +#define MLPACK_CORE_TREE_CELLBOUND_HPP
> +
> +#include <mlpack/core.hpp>
> +#include <mlpack/core/math/range.hpp>
> +#include <mlpack/core/metrics/lmetric.hpp>
> +#include "bound_traits.hpp"
> +#include "address.hpp"
> +
> +namespace mlpack {
> +namespace bound {
> +
> +template<typename MetricType = metric::LMetric<2, true>,

Could you add some documentation here for the class itself?  You can reuse what you've written at the top of the file.  It might also be useful to point out that you are caching the minimum bounding rectangle of the points here.

-- 
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/746/files/2c5eb5780226c30b8fb088ee928487f0970dc802#r75735208
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160822/b8cc260b/attachment.html>


More information about the mlpack-git mailing list