File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -252,7 +252,8 @@ def _aamp_ostinato(
252252
253253def 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
318319def 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
Original file line number Diff line number Diff line change 1010
1111def 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
You can’t perform that action at this time.
0 commit comments