Skip to content

Commit 19db2a2

Browse files
committed
Updated docstring with "non-normalized"
1 parent bdd8f29 commit 19db2a2

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

stumpy/aamp_ostinato.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,8 @@ def _aamp_ostinato(
252252

253253
def aamp_ostinato(Ts, m):
254254
"""
255-
Find the consensus motif of multiple time series
255+
Find the non-normalized (i.e., without z-normalization) consensus motif of multiple
256+
time series
256257
257258
This is a wrapper around the vanilla version of the ostinato algorithm
258259
which finds the best radius and a helper function that finds the most
@@ -317,7 +318,8 @@ def aamp_ostinato(Ts, m):
317318

318319
def aamp_ostinatoed(dask_client, Ts, m):
319320
"""
320-
Find the consensus motif of multiple time series with a distributed dask cluster
321+
Find the non-normalized (i.e., without z-normalization) consensus motif of multiple
322+
time series with a distributed dask cluster
321323
322324
This is a wrapper around the vanilla version of the ostinato algorithm
323325
which finds the best radius and a helper function that finds the most

stumpy/gpu_aamp_ostinato.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
def gpu_aamp_ostinato(Ts, m, device_id=0):
1212
"""
13-
Find the consensus motif of multiple time series with one or more GPU devices
13+
Find the non-normalized (i.e., without z-normalization) consensus motif of multiple
14+
time series with one or more GPU devices
1415
1516
This is a wrapper around the vanilla version of the ostinato algorithm
1617
which finds the best radius and a helper function that finds the most

0 commit comments

Comments
 (0)