explorable-viz / fluid

Data-linked visualisations

Home Page:http://f.luid.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic Time Warping, organise into library + user code

rolyp opened this issue · comments

Minor cleanup of Dynamic Type Warping example:

  • lib/dtw module (analogous to lib/convolution)
  • lib/fnum module for FNum support functions
  • Drop f prefix from FNum support functions (where possible)
  • Parameterise dtw on cost function
  • User code (invoking library code and providing cost function and input sequences) in example/slicing/dtw
  • Remove any remaining files from example/dtw
  • Other misc. cleanup
  • If array indexing would be better zero-based (for consistency with nth), create a new issue

See also: