ucrdtw
ucrdtw copied to clipboard
Python extension for UCR Suite highly optimized subsequence search using Dynamic Time Warping (DTW)
Hey I could succesfully use this great package on python 3.5 but unfortunately I had to change to 2.7. After several hours of trying I cant fix this emerging error:...
I had problems installing the package on Mac OS, what helped was `export CFLAGS="-I /usr/local/lib/python2.7/site-packages/numpy/core/include $CFLAGS"`
In the comments I see that ucrdtwf is for streaming data but do not see any examples for it. Could you please let me know if this function is working...