How to check which if an input array is the most similar to a list of arrays in a faster method if the length of list of arrays is very large?

后端 未结 0 1731
陌清茗
陌清茗 2020-11-21 11:05

I have a list containing many lists. I use a dtw approach using the fastdtw python package to calculate the distance between an input list and the lists inside the list. Thi

相关标签:
回答
  • 消灭零回复
提交回复
热议问题