Skip to content
Snippets Groups Projects
Commit c7f7b367 authored by juigmend's avatar juigmend
Browse files

Update README.md

parent 43068687
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,9 @@ Miscellaneous <a href="https://www.python.org/">Python</a> code.
<br>
<ul>
<li><a href="https://gitlab.jyu.fi/juigmend/python-miscellaneous/-/blob/main/one_vs_others.ipynb">One vs. Others</a> (Jupyter notebook) Shows how the Dynamic Time Warping minimum-warp optimal path could be used to assess anticipation or delay of one moving body compared to others.</li>
<li><a href="https://gitlab.jyu.fi/juigmend/python-miscellaneous/-/blob/main/dtw_minwarplag.ipynb">DTW, Minimum-Warp Path, and Pointwise Lag</a> (Jupyter notebook) Two methods for the Dynamic Time Warping algorithm: a library function, and a procedural script. Also algorithms to reduce the time-warping of the optimal path and to get its pointwise lag.</li>
<br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment