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

MarcosPividori notifications at github.com
Wed Aug 17 13:51:23 EDT 2016


> + *   booktitle = {Advances in Neural Information Processing Systems 17},
> + *   year = {2005},
> + *   pages = {825--832}
> + * }
> + * @endcode
> + *
> + * This template typedef satisfies the TreeType policy API.
> + *
> + * @see @ref trees, SpillTree, MeanSPTree
> + */
> +template<typename MetricType, typename StatisticType, typename MatType>
> +using SPTree = SpillTree<MetricType,
> +                         StatisticType,
> +                         MatType,
> +                         AxisOrthogonalHyperplane,
> +                         MidpointSpaceSplit>;

Hi @rcurtin , I considered `SPTree` because in the original paper [[1]](http://www.cs.cmu.edu/~agray/approxnn.pdf), "spill-tree"  is abbreviated to "sp-tree".
Mmm I am not really good with names.

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


More information about the mlpack-git mailing list