Re: locality sensitive hashing for spark

2014-12-22 Thread Michael Orr
support cosine similarity ? I only saw jaccard mentioned from a quick > glance. > > — > Sent from Mailbox <https://www.dropbox.com/mailbox> > > On Mon, Dec 22, 2014 at 4:12 AM, morr0723 <mailto:michael.d@gmail.com>> wrote: > > I've pushed out an impleme

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 wrote: > I've pushed out an implementation of locality sensitive hashing for spark. > LSH h

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