e 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
> wrote:
>
>> I was looking through to implement locality sensitive hashing in
>> dataframes.
>> Any pointers for reference?
>>
>
was looking through to implement locality sensitive hashing in
> dataframes.
> Any pointers for reference?
>
I was looking through to implement locality sensitive hashing in dataframes.
Any pointers for reference?
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
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
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