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.
LpHash
should in theory be able to hash alll^p
distances of order0 < p <= 2
. Right now it only provides support forp = 1
andp = 2
, since those are supported by the Distributions.jl package. In theory though it's possible to sample from ap
-stable distribution of any order0 < p <= 2
.