Skip to content

Add kernel method #1

@cwrowley

Description

@cwrowley

It would be nice to add kernel DMD as an option, for instance to standard DMD or streaming (or potentially TLS). One possibility would be something like:

sdmd = StreamingDMD(kernel=10)

for a kernel (1 + x'y)^{10}, or

sdmd = StreamingDMD(kernel=f)

for a user-defined kernel f(x,y). Any thoughts?

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