We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03efb4 commit 86f436cCopy full SHA for 86f436c
src/hashes/lphash.jl
@@ -148,10 +148,6 @@ end
148
Helper functions for LpHash
149
========================#
150
151
-# Raise an error if the power corresponding to the L^p distance function is
152
-# invalid
153
-check_LpHash_power(hashfn::LpHash) = check_LpHash_power(hashfn.power)
154
-
155
# Resize the coefficients of an LpHash to support vectors of size up to n
156
function Base.resize!(hashfn::LpHash{T}, n::Integer) where T
157
# If resize_pow2 is set, then change n to the next power of n larger than n
0 commit comments