OPTDTW
math distanceThe OPTDTW
function finds the top subsequence matches in a sequence for a given query sequence. The function uses Dynamic Time Warping
to assess the subsequence similarity with the query.
Loading
The OPTDTW
function finds the top subsequence matches in a sequence for a given query sequence. The function uses Dynamic Time Warping
to assess the subsequence similarity with the query.