File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ The following video provides the background and motivation for developing and op
7
7
.. raw :: html
8
8
9
9
<div style =" position : relative ; padding-bottom : 56.25% ; height : 0 ; overflow : hidden ; max-width : 100% ; height : auto ;" >
10
- <iframe src =" https://www.youtube.com/embed/T9_z7EpA8QM " frameborder =" 0" allowfullscreen style =" position : absolute ; top : 0 ; left : 0 ; width : 100% ; height : 100% ;" ></iframe >
10
+ <iframe src =" https://www.youtube.com/watch?v=0O6dlq6a4rA " frameborder =" 0" allowfullscreen style =" position : absolute ; top : 0 ; left : 0 ; width : 100% ; height : 100% ;" ></iframe >
11
11
</div >
Original file line number Diff line number Diff line change @@ -414,13 +414,13 @@ def match(
414
414
Find all matches of a query ``Q`` in a time series ``T``
415
415
416
416
The indices of subsequences whose distances to ``Q`` are less than or equal to
417
- ``max_distance``, sorted by distance (lowest to highest). Around each occurrence an
417
+ ``max_distance``, sorted by distance (lowest to highest). Around each occurrence, an
418
418
exclusion zone is applied before searching for the next.
419
419
420
420
Parameters
421
421
----------
422
422
Q : numpy.ndarray
423
- The query sequence. It doesn't have to be a subsequence of ``T``.
423
+ The query sequence. ``Q`` does not have to be a subsequence of ``T``.
424
424
425
425
T : numpy.ndarray
426
426
The time series of interest.
You can’t perform that action at this time.
0 commit comments