We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d2659 commit 319849dCopy full SHA for 319849d
1 file changed
stumpy/gpu_mpdist.py
@@ -11,7 +11,8 @@
11
12
def gpu_mpdist(T_A, T_B, m, percentage=0.05, k=None, device_id=0):
13
"""
14
- Compute the z-normalized matrix profile distance (MPdist) measure between any two time series with one or more GPU devices
+ Compute the z-normalized matrix profile distance (MPdist) measure between any two
15
+ time series with one or more GPU devices
16
17
The MPdist distance measure considers two time series to be similar if they share
18
many subsequences, regardless of the order of matching subsequences. MPdist
0 commit comments