Skip to content

Commit 692ce8c

Browse files
committed
Added note on normalization to FLUSS
1 parent c5b4d0d commit 692ce8c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

stumpy/floss.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,8 @@ def fluss(I, L, n_regimes, excl_factor=5, custom_iac=None):
235235
for static data (i.e., batch processing)
236236
237237
Essentially, this is a wrapper to compute the corrected arc curve and
238-
regime locations.
238+
regime locations. Note that since the matrix profile indices, `I`, are pre-computed,
239+
this function is agnostic to subsequence normalization.
239240
240241
Parameters
241242
----------

0 commit comments

Comments
 (0)