" Computes the dtw between s1 and s2 with distance the absolute distance\n\n :param s1: the first serie (ie an iterable over floats64)\n :param s2: the second serie (ie an iterable over floats64)\n :returns: the dtw distance\n :rtype: float64\n "
" Computes the dtw between s1 and s2 with distance the absolute distance\n\n :param s1: the first serie (ie an iterable over floats64)\n :param s2: the second serie (ie an iterable over floats64)\n :returns: the dtw distance\n :rtype: float64\n "