Stumpy for Clustering and later Classification #404
Replies: 1 comment 4 replies
-
@marius-mm Welcome to the STUMPY community. Can you please share your code for what is being plotted? Additionally, can you show what three patterns you are referring to? Perhaps, there is a misunderstanding but STUMPY is not a time series clustering tool. Instead, the matrix profile that is computed gives you the (one) nearest neighbor information to each subsequence. |
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
-
I thought using stumpy for clustering and so i set up an example.
What i did
I have 3 Patterns i concatenated multiple times and generated a time series.
I know there length is 150.
Questions
How do i make stumpy find those 3 patterns ?
Shouldnt that be an easy task for stumpy?
There is no noice and they are exactly the same every time, so i guess it should work with my example
Is there a way i can see how many clusters where found, and how many of each where found ?
Code
Result:
Beta Was this translation helpful? Give feedback.
All reactions