Skip to content

Change function space hashing API to accept an L^p-space similarity instead of corresponding l^p-space similarity #19

Closed
@kernelmethod

Description

@kernelmethod

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.

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