Re: Locality sensitive hashing

2016-07-24 Thread Yanbo Liang
tation. > Links at the end of the README here: > https://github.com/karlhigley/spark-neighbors > > Keep me posted on what you come up with! > > Best, > Karl > > On Sun, Jul 24, 2016 at 9:54 AM janardhan shetty <janardhan...@gmail.com> > wrote: > >> I

Re: Locality sensitive hashing

2016-07-24 Thread Karl Higley
han...@gmail.com> wrote: > I was looking through to implement locality sensitive hashing in > dataframes. > Any pointers for reference? >

Locality sensitive hashing

2016-07-24 Thread janardhan shetty
I was looking through to implement locality sensitive hashing in dataframes. Any pointers for reference?

Re: locality sensitive hashing for spark

2014-12-22 Thread Michael Orr
. Enjoy! -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/locality-sensitive-hashing-for-spark-tp20803.html Sent from the Apache Spark User List mailing list archive at Nabble.com

locality sensitive hashing for spark

2014-12-21 Thread morr0723
I've pushed out an implementation of locality sensitive hashing for spark. LSH has a number of use cases, most prominent being if the features are not based in Euclidean space. Code, documentation, and small exemplar dataset is available on github: https://github.com/mrsqueeze/spark-hash Feel

Re: locality sensitive hashing for spark

2014-12-21 Thread Nick Pentreath
Looks interesting thanks for sharing. Does it support cosine similarity ? I only saw jaccard mentioned from a quick glance. — Sent from Mailbox On Mon, Dec 22, 2014 at 4:12 AM, morr0723 michael.d@gmail.com wrote: I've pushed out an implementation of locality sensitive hashing for spark