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

Allow LpHash to support all 0 < p <= 2 #18

Open
kernelmethod opened this issue Feb 9, 2020 · 1 comment
Open

Allow LpHash to support all 0 < p <= 2 #18

kernelmethod opened this issue Feb 9, 2020 · 1 comment

Comments

@kernelmethod
Copy link
Owner

LpHash should in theory be able to hash all l^p distances of order 0 < p <= 2. Right now it only provides support for p = 1 and p = 2, since those are supported by the Distributions.jl package. In theory though it's possible to sample from a p-stable distribution of any order 0 < p <= 2.

@kernelmethod kernelmethod changed the title Allow LpHash to support all p such that 0 < p <= 2 Allow LpHash to support all 0 < p <= 2 Feb 9, 2020
@kernelmethod
Copy link
Owner Author

This problem has been noted in the latest version of the documentation.

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

No branches or pull requests

1 participant