Skip to content

Possible issue in BHHash implementation #1

@petrosDemetrakopoulos

Description

@petrosDemetrakopoulos

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions