Skip to content

Commit f5ede8b

Browse files
add cython building
1 parent b647fd6 commit f5ede8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ This work was done by [Ali Ismail-Fawaz](https://hadifawaz1999.github.io/), [Has
1212

1313
## Usage of code
1414

15+
Before doing anything, run the following command in root directory to build the necessary `cython` components of the Dynamic Time Warping (DTW) algorithm and its variants.
16+
17+
```./utils/build-cython.sh```
18+
1519
In order to use the code, first step is to adapt it to your own machine as follows:
1620

1721
1. You should download the datasets of the [UCR Archive](https://www.cs.ucr.edu/~eamonn/time_series_data_2018/)

0 commit comments

Comments
 (0)