Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Templates for hash functions and data elements #1

Open
andrewdavidsmith opened this issue Nov 30, 2014 · 0 comments
Open

Templates for hash functions and data elements #1

andrewdavidsmith opened this issue Nov 30, 2014 · 0 comments
Assignees

Comments

@andrewdavidsmith
Copy link
Contributor

Currently there is only one LSH family implemented (angle), but this should be templated so that other hash functions can be specified at compile time.

Similarly, the ids of feature vectors are stored as strings in the buckets of the hash table. The only operations on these involve collecting them, so they can also be completely general (which would allow them to be replaced with more complex objects that store properties, such as whether they act as representatives for clusters, etc.)

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

No branches or pull requests

1 participant