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

Ryan Curtin notifications at github.com
Wed Aug 17 14:33:52 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>;

Ah, I see, I guess in that case I disagree with the naming in the paper too, since "SP" is not really an abbreviation.  But since it's what they do in the paper, I guess I am fine with either way, so if you want to change it, feel free, but if not, don't worry about 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/747/files/fe090ee13c7cad79e2b7eb8b6690628ba3ead1ed#r75180455
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160817/225926de/attachment.html>


More information about the mlpack-git mailing list