[mlpack-git] [mlpack/mlpack] Vantage point tree (#708)

Ryan Curtin notifications at github.com
Thu Jul 21 19:22:43 EDT 2016


> @@ -0,0 +1,26 @@
> +/**
> + * @file typedef.hpp
> + *
> + * Template typedefs for the VantagePointTree class that satisfy the
> + * requirements of the TreeType policy class.
> + */
> +#ifndef MLPACK_CORE_TREE_VANTAGE_POINT_TREE_TYPEDEF_HPP
> +#define MLPACK_CORE_TREE_VANTAGE_POINT_TREE_TYPEDEF_HPP
> +
> +// In case it hasn't been included yet.
> +#include "../vantage_point_tree.hpp"
> +
> +namespace mlpack {
> +namespace tree {
> +  

We should add a quick comment here on what the tree is, so that users will find it in the documentation: http://mlpack.org/docs/mlpack-git/doxygen.php?doc=namespacemlpack_1_1tree.html#typedef-members (I wish that page was less ugly but doxygen is not the best).

---
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/708/files/300882ac96e7a663e3e303ca0c45c14c6fafe1a6#r71805055
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160721/2d248227/attachment.html>


More information about the mlpack-git mailing list