Replies: 2 comments 31 replies
|
@Jalanjii Welcome to the STUMPY community and thank you for your question. So, STUMPY does not provide time series clustering out-of-the-box but based on the Matrix Profile XII paper on MPdist, you should be able to create a pairwise distance matrix between all of your time series using stumpy.mpdist: And then you can feed this into your preferred clustering algorithm that can accept a distance matrix as input like |
30 replies
|
The following paper contains a clustering method. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I am interested in clustering with MP measure. I can't find anything on that with Stumpy, is that true or I have missed something?
If you know any other resources please if you can share them.
All reactions