Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local step size condition #9

Open
ronggong opened this issue Dec 19, 2016 · 3 comments
Open

Local step size condition #9

ronggong opened this issue Dec 19, 2016 · 3 comments

Comments

@ronggong
Copy link

Hi slaypni,

Thanks for your great work! In my work, I am experimenting with different local step size, such as (2,1)(1,2)(1,1). Could you point out where to change these step sizes in your cython code?

@slaypni
Copy link
Owner

slaypni commented Jan 8, 2017

@ronggong Sorry for this late response. I do not understand what the local step size is. If it can be added to FastDTW algorithm, it may be better to start by modifying fastdtw.py. fastdtw.py is simpler than cython code, and similar to the pseudo code written in FastDTW paper.

@ronggong
Copy link
Author

ronggong commented Jan 8, 2017

Thanks for the response. I somehow need a fast calculation speech, the python version is too slow for my implementation which will calculate a bunch of pair-wise dtw similarities. I failed to get your cython version fastdtw running. Maybe it was the compilation problem, the default fastDTW implementation is python version.

@slaypni
Copy link
Owner

slaypni commented Jan 10, 2017

As you mentioned, there is an issue for installing cython version of fastdtw at this moment. There might be some problems in setup.py, however, I did not figure it out yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants