[mlpack-git] [mlpack/mlpack] Random projection trees (#726)

MarcosPividori notifications at github.com
Fri Aug 5 10:28:27 EDT 2016


Woow! a minute! This pull request seems to implement something very similar to what I have implemented for spill trees: https://github.com/mlpack/mlpack/pull/747/commits/9588a6dd63154481f0442e087bde0e640d02ec7f
When splitting the nodes according to the values in a given projection. I think we should merge both implementations.
In my commit I implement an abstraction: ProjectionVector and Hyperplane. And use SpaceSplit class to split the nodes according to their projection.

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


More information about the mlpack-git mailing list