-
Notifications
You must be signed in to change notification settings - Fork 123
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
Changing radius has no effect #22
Comments
Haven't ran this code myself so can't say for sure, but is this because the optimal path is within 1 cell away from the diagonal? I.e. the algorithm is computing the whole distance matrix but the optimal path is close enough to the diagonal that it is irrelevant |
The optimal path is not close to diagonal (also, I've tried this with other packages and changing radius does make a difference) |
Could this be caused by the fact that the radius is applied relative to the downsampled time series? For example, if you have 2 time series of length 90 and you downsample them until they only have a length of 3 then and your path suggest to go one step away from the diagonal then this one step will eventually look like the radius was 30 after you've upsampled the path again. Without being the develop or having any deep knowledge it looks like the radius is applied relative to the |
Please see the example below - changing radius produces no change in distance function, which doesn't make sense for this example. It seems like radius parameter is ignored....
The text was updated successfully, but these errors were encountered: