8000 Remove hard-coded number of Chebyshev polynomial coefficients in ChebHash · Issue #9 · kernelmethod/LSHFunctions.jl · GitHub
[go: up one dir, main page]

Skip to content
Remove hard-coded number of Chebyshev polynomial coefficients in ChebHash #9
Closed
@kernelmethod

Description

@kernelmethod

ChebHash currently computes an order-1024 discrete Chebyshev transform for all inputs. This defeats the purpose of ChebHash in the first place, which is to generate a variable-size transform so that we can achieve a desired accuracy without having to generate more coefficients than necessary. The current hardcoded number of coefficients should be replaced with a method for figuring out how many coefficients should be generated for a given input function f.

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

      0