You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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.)
The text was updated successfully, but these errors were encountered: