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

https://github.com/jgcmarins/dynamic-time-warping

Dynamic Time Warping algorithm for measuring similarity between two temporal sequences
https://github.com/jgcmarins/dynamic-time-warping

dynamic-time-warping moves temporal-sequences wii

Last synced: about 1 year ago
JSON representation

Dynamic Time Warping algorithm for measuring similarity between two temporal sequences

Awesome Lists containing this project

README

          

# dynamic-time-warping
Dynamic Time Warping algorithm for measuring similarity between two temporal sequences

## how to use
### to compile
```
make
```

### to run
```
java -jar dtw.jar
```

### to run with any test case
```
make run or make run3D
```

## aditional information
This repository contains a software developed for a college project.
Given a list of Wii moves, for each move, structured in series, find the most similar move and then classify it by checking if it has the same label.

### License
[GPL-2.0](/LICENSE)