Closed rob-med closed 7 years ago
fastdtw (in details, scipy's cdist) fails when called on "row vector" numpy arrays (i.e. 1D sequences). Fix by reshaping 1D sequences to "column vector" format as supported by scipy's cdist.
Thx!
fastdtw (in details, scipy's cdist) fails when called on "row vector" numpy arrays (i.e. 1D sequences). Fix by reshaping 1D sequences to "column vector" format as supported by scipy's cdist.