How the ties are handled? #1094
-
For a given time series
And access the nearest neighbor and the corresponding distance of all the m-subsequences (i.e., length =
So, if for a subsequence |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Good question. There is no preference. Whichever nearest neighbor that was encountered first during the distance computation will be kept. Note that since this is done in parallel, it is not known what the order will be. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply. I agree it is challenging to know which one has been kept. |
Beta Was this translation helpful? Give feedback.
Thanks for your reply. I agree it is challenging to know which one has been kept.$T'$ .
In some scenarios, I think it is useful to have a preference to handle the ties. For example, always keep the one that is closer to