Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Minor bugfix in order to make inserting data into table work #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

olddaos
Copy link

@olddaos olddaos commented Jul 2, 2014

Hi, and thanks for a great code. But one small problem is that I found it impossible to create LSH index using the most current code in your repository. In CalculateHashes you try to fill in bins using standard code, computing projections in form floor( bias + projection*data/w). But the code, which tries to do that, accidentally have dimensions disagreement. I just fixed this using slice and transpose, and left the rest intact.

I plan to make your code run under Hadoop, so, if you are interested, let's stay in touch :-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant