Reputation: 153
Can someone recommend a python package that would be good for
Upvotes: 3
Views: 781
Reputation: 153
Looks like for 1: Matrix Profile http://www.cs.ucr.edu/~eamonn/MatrixProfile.html Where there's sample Matlab code to visualise and output the top 3 motifs in your time series.
For 2: MASS: Mueen's Algorithm for Similarity Search http://www.cs.unm.edu/~mueen/FastestSimilaritySearch.html Where there's a Matlab function to perform the similarity search.
A python implementation of an earlier version of the algorithm used by 1. https://github.com/rob-med/owlpy
I'll need to raise a separate question regarding Matlab code I think to use the results of 1 on 2. But I think the above answers my original question.
Upvotes: 4