Skip to content

v0.3.5

Compare
Choose a tag to compare
@franzbischoff franzbischoff released this 04 Jun 17:15
· 126 commits to master since this release
  • Changed mass() to dist_profile(), including options to different algorithms.
  • Added MASS_V3 and MASS_Weighted to dist_profile() algorithms.
  • Function dist_profile() allows Query with Gap (QwG) and Approximate Distance Profile (ADP, with PAA)
  • Fixed long runtime of FFT for some data sizes, using MASS_V3. Issue #36.
  • Added stompi_update() that updates the matrix profile allowing real-time computation.
  • Added floss() which can do real-time FLUSS computation.
  • Added subset operator [ for tsmp objects.
  • Added tail() and head() for tsmp objects.
  • Changed find_motif() for MultiMatrixProfile to report Motifs correctly.