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

lozhnikov notifications at github.com
Thu Jun 2 11:05:08 EDT 2016


And another issue:
If I am not mistaken `arma::Mat<smth>::Col(n)` returns a class that is not derived from `arma::Col`.
Maybe it is better to use a template instead of `arma::Col<ElemType>`?
i.e.
```
template<typenameTreeType, typename T>
int RecursiveHilbertValue::CompareWith(TreeType *tree, const T &pt)
```
instead of
```
template<typename TreeType,typename ElemType>
int RecursiveHilbertValue::CompareWith(TreeType *tree, const arma::Col<ElemType> &pt)
```
How do you think?

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


More information about the mlpack-git mailing list