Viewing a single comment thread. View all comments

BenoitParis t1_j7v9wue wrote

Lots to choose from:

https://docs.scipy.org/doc/scipy/reference/spatial.distance.html

How do your vectors look like? What do you intend to do with them? Will you be clustering them? Indexing them? How many are there? How did you obtain them? What do they represent? What is their type?

5

TKMater OP t1_j7vayeo wrote

I have classified some data points as anomaly in timeseries data and calculated feature importance vectors for them. Now I want to calculate similarity between two anomalous data points based on their feature importance vector.

0