我正在尝试使用 dtw 函数,例如:
alignment = dtw(x, y, dist_method='correlation')
但是,无论我的输入数据如何,“余弦”和“相关性”都不会起作用(欧几里得等其他度量总是有效)。错误信息是:
ValueError: No warping path found compatible with the local constraints
所以我尝试了其他参数的所有不同组合: open_begin/open_end: True of False step_pattern: 'symmetric2' or 'asymmetric'
我仍然得到同样的错误。
欢迎任何帮助。谢谢