Skip to content

Commit 97e5e5d

Browse files
committed
Updated class docstrings
1 parent a64cd48 commit 97e5e5d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

stumpy/floss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def fluss(I, L, n_regimes, excl_factor=5, custom_iac=None):
305305

306306
class floss:
307307
"""
308-
Compute the Fast Low-cost Online Semantic Segmentation (FLOSS) for
308+
A class to compute the Fast Low-cost Online Semantic Segmentation (FLOSS) for
309309
streaming data
310310
311311
Parameters

stumpy/gpu_stimp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
)
1616
class gpu_stimp(_stimp):
1717
"""
18-
Compute the Pan Matrix Profile with with one or more GPU devices
18+
A class to compute the Pan Matrix Profile with with one or more GPU devices
1919
2020
This is based on the SKIMP algorithm.
2121

stumpy/scrump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ def prescrump(
649649
)
650650
class scrump:
651651
"""
652-
Compute an approximate z-normalized matrix profile
652+
A class to ompute an approximate z-normalized matrix profile
653653
654654
This is a convenience wrapper around the Numba JIT-compiled parallelized
655655
`_stump` function which computes the matrix profile according to SCRIMP.

stumpy/stimp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def M_(self):
382382
)
383383
class stimp(_stimp):
384384
"""
385-
Compute the Pan Matrix Profile
385+
A class to compute the Pan Matrix Profile
386386
387387
This is based on the SKIMP algorithm.
388388
@@ -551,7 +551,7 @@ def __init__(
551551
)
552552
class stimped(_stimp):
553553
"""
554-
Compute the Pan Matrix Profile with a distributed dask/ray cluster
554+
A class to compute the Pan Matrix Profile with a distributed dask/ray cluster
555555
556556
This is based on the SKIMP algorithm.
557557

stumpy/stumpi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
)
1818
class stumpi:
1919
"""
20-
Compute an incremental z-normalized matrix profile for streaming data
20+
A class to compute an incremental z-normalized matrix profile for streaming data
2121
2222
This is based on the on-line STOMPI and STAMPI algorithms.
2323

0 commit comments

Comments
 (0)