You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we construct a new function-space hash function along the lines of
hashfn =MonteCarloHash(ℓ2, μ, args...; kws...)
This isn't very intuitive; it would make more sense to use L2 instead of ℓ2 since the former is a distance on a function space and the latter works over discrete vectors. ChebHash and MonteCarloHash should be modified so that they accept the function-space similarity that they are using rather than the corresponding discrete-space similarity.