Does stumpy fast pattern search use dtw algorithm?
Based on the tutorial, this method always searches the target subsequence of the same length as the query sequence.
Will it be possible to search for the subsequence of the same shape using dtw?
Thanks a lot.