I recently read about the matrix profile method and I am interested in finding the matrix profile segmentation (FLOSS) in python.
From Mueen and Keogh's tutorial, the page I am referring at is 65.
Is there a package/method for finding FLOSS?
I recently read about the matrix profile method and I am interested in finding the matrix profile segmentation (FLOSS) in python.
From Mueen and Keogh's tutorial, the page I am referring at is 65.
Is there a package/method for finding FLOSS?
Copyright © 2021 Jogjafile Inc.
FLOSS and FLUSS have been implemented in the open source Python package, stumpy
You can see example usage of it here and the documentation can be found here.
Here is example usage of FLUSS: