Nima Sarajpoor
Nima Sarajpoor
@swifmaneum Would you mind if I go through your code and share with you any suggestion I may have? Btw, they might be wrong :) This can help me improve...
@rtavenar (@GillesVandewiele: Would you mind share your thought on this?) Do you mind if I work on this? I saw issue #407, and I had an idea. Then, I searched...
@rtavenar I got your point! Sure. I will keep you posted if I get to a good stage.
We may take advantage of Upper Bound (UB, which is Euclidean distance) as follows: * Step1: calculate LB and UB vectors for observation `i`: `LB[j]` is lower bound of dtw...
I am trying to go through the extended version of paper. I already finished the introduction part of Jupyter Notebook, which provides the gist of concept behind the paper. However,...
@seanlaw Please allow me some time to see if I can calculate `LB` for q
I had a miscalculation. Although there is a typo in the paper, it seems the eq(2) of paper is correct. I fixed the typo of paper when I was doing...
@seanlaw Notebook is ready. The notebook covers the first 12 pages of VALMOD_2020 paper. I FIXed my miscalculation and things are good! I also implemented the Low-Bound distance profile function...
Just wanted to let you know that you can ignore the function '_calc_LB_dist_profile' at the end of notebook (it is working..but I think it is not clean. I may probably...
I see. Please let me re-write it. I will try to follow the same approach/style you used in the link you provided. I will check ReviewNB and if it is...