dmdtools
dmdtools copied to clipboard
A library of tools for computing variants of Dynamic Mode Decomposition
Hello, I find your paper "Dynamic mode decomposition for large and streaming datasets" very helpful. Excellent work! Yet I have a small question about the paper and the code. There...
include online DMD, window DMD, reorganize files, update README to clarify files organization structure
I have data which has 50000 rows. In that 41 features and 23classes. Is it possible to apply dynamic mode decomposition. If so can you give an example for classifying...
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: ``` python sdmd...