DTW computation made efficient using Cython
Project description
# cydtw
DTW computation made efficient using Cython
## Installation
`pip install cydtw`
## Usage and example
See file `test_compare.py`
This module basically provides two main functions:
```python
from cydtw import dtw, dtw_path
s1 = ...
s2 = ...
path, dtw_dist = dtw_path(s1, s2)
dtw_dist = dtw_path(s1, s2)
```
DTW computation made efficient using Cython
## Installation
`pip install cydtw`
## Usage and example
See file `test_compare.py`
This module basically provides two main functions:
```python
from cydtw import dtw, dtw_path
s1 = ...
s2 = ...
path, dtw_dist = dtw_path(s1, s2)
dtw_dist = dtw_path(s1, s2)
```
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cydtw-0.1.4.tar.gz
(54.6 kB
view details)
File details
Details for the file cydtw-0.1.4.tar.gz
.
File metadata
- Download URL: cydtw-0.1.4.tar.gz
- Upload date:
- Size: 54.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06574a3efc19938710e68f5c36299459ee21a96fa093dfbc3c8ad65a67b5e236 |
|
MD5 | 4883c23fc9193c06a6e0ab035c8feb15 |
|
BLAKE2b-256 | a2184db6fb44f98de9b72548e13e3e5d1bd5c4d67b24a7b67f223e9190fbe4f5 |