Computing the Full Distance Matrix #725
Unanswered
adityabhandwalkar
asked this question in
Help: Coding & Implementations
Replies: 2 comments 4 replies
-
@adityabhandwalkar This is not possible with STUMPY due to the high cost of storing the full distance matrix and is not advised. |
Beta Was this translation helpful? Give feedback.
0 replies
-
[(https://github.com//discussions/608#discussioncomment-2797226)] In this post , distance matrix is calculated like this So can we use this code and try to get second best nearest neighbor which has minimum distance in each window and to get the sum of each window on stack.
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
In the matrix profile what we get is the minimum dist for each sliding window right,
like this and we get a distn matrix with minimum distances what if I would like to get
Beta Was this translation helpful? Give feedback.
All reactions