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

MarcosPividori notifications at github.com
Fri Aug 5 12:34:53 EDT 2016


@lozhnikov you are right. I supposed that binary space trees always consider a splitting hyperplane, but it looks that is not true....
Well it is a bit weird... when considering RPTree-Mean, points can be splitted based on a distance to a mean point, not using a splitting hyperplane... I don't think this case would be exactly a BinarySpaceTree, it would be something different.... woudn't it?
I have quickly read the paper and I can see RPTree-Mean is defined as you implemented it. But I think there is some kind of contradiction in the paper. In a paragraph it is said:

*"On the other hand, an RPTree chooses a direction uniformly at random from the unit sphere ... and splits the data into two roughly equal-sized sets using a hyperplane orthogonal to this direction. We describe two variants, which we call RPTree-Max and RPTree-Mean. Both are adaptive to intrinsic dimension, although the proofs are in different models and use different techniques."*

So, one would expect both variants to consider a hyperplane orthogonal to this direction...


---
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-237898694
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160805/38adceec/attachment.html>


More information about the mlpack-git mailing list