An open API service indexing awesome lists of open source software.

https://github.com/kwinkunks/dxw

Simple dynamic time warping
https://github.com/kwinkunks/dxw

Last synced: over 1 year ago
JSON representation

Simple dynamic time warping

Awesome Lists containing this project

README

          

# dxw

Simple dynamic time, depth, space or whatever warping

## Other DTW projects

You probably want one of these instead:

- https://github.com/tslearn-team/tslearn (my favourite)
- https://pypi.org/project/pydtw/ (also my favourite)
- https://pypi.org/project/cdtw/
- https://github.com/pollen-robotics/dtw
- https://pypi.org/project/soft-dtw/
- https://pypi.org/project/dtw-som/
- https://github.com/patrickltobing/dtw_c

## Installation

You can install with `pip`:

pip install dxw

## Documentation

Coming soon!

## Contributing

Please see [CONTRIBUTING.md](CONTRIBUTING.md).