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
- Host: GitHub
- URL: https://github.com/kwinkunks/dxw
- Owner: kwinkunks
- License: lgpl-2.1
- Created: 2022-04-26T14:40:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T14:50:30.000Z (about 4 years ago)
- Last Synced: 2025-04-12T08:09:01.339Z (over 1 year ago)
- Language: Python
- Size: 15.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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).