Skip to content

single time series Distance Matrix with STUMPY #651

Discussion options

You must be logged in to vote

@Jalanjii
If you do not mind, I am going to share with you my thoughts. Btw, I am not sure which paper you were referring to when you said:

I am aware of the paper about subsequence clustering and the randomness involved

Are you talking about this paper?


Okay...let's say you do not care if clustering of subsequences of a single time series is meaningless or not. You just want to perform a clustering on the subsequences (with length m) and see the results. Right?

So, Your main time series T contains len(T) - m + 1 subsequences (with length m) and you are going to treat them as your observations (your final goal is to cluster them).

k = len(T) - m + 1 # number of subsequences of length `…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@NimaSarajpoor
Comment options

@Jalanjii
Comment options

Answer selected by Jalanjii
Comment options

You must be logged in to vote
1 reply
@Jalanjii
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants