-
Notifications
You must be signed in to change notification settings - Fork 0
Possible issue in BHHash implementation #1
Copy link
Copy link
Open
Description
Assuming that the hyperplane query dimensions always differ by one from the dimension of data, the following 2 assertions (in the links below) cannot hold simultaneously as data and query will always have different dimensions (or at least they should do so). I tried to use your code for a university project and it just came across, so I am not sure this is the correct way, I am probably missing something but I would be glad you to explain a bit more in case I am wrong.
| assert randu.length == m * l * data.length; |
| assert randu.length == m * l * query.length; |
Good job and thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels