DavideNardone / MTSS-Multivariate-Time-Series-Software

A GP-GPU/CPU Dynamic Time Warping (DTW) implementation for the analysis of Multivariate Time Series (MTS).
MIT License
45 stars 8 forks source link

Add instructive examples #13

Closed krischer closed 5 years ago

krischer commented 5 years ago

There are some examples in the readme but at least one of them (see answer in the functionality section) does not work. Furthermore it is not explained what these examples actually are or what the expected result should be. As mentioned before I don’t really see how to get the results.

Part of a review at: https://github.com/openjournals/joss-reviews/issues/1049

DavideNardone commented 5 years ago

All the example provided are now fully working! I have now committed a better explanation about the two tasks in the README. Furthermore, after adding the API documentation, the people interested in using the software have all the information to separately run the functions in the module.cu. As a plus (like stated by you on #9) i will also add some more instructive examples.