Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skvp-owner committed May 26, 2018
1 parent 041d7bc commit 826bca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The function **simpledtw.dtw()** gets 2 mandatory parameters and 1 optional para
* ***series_2*** - **MANDATORY** - an iterable object of numbers **or vectors**
* ***norm_func*** - **OPTIONAL** - a function that computes vector norm or real number absolute value (default is **numpy.linalg.norm**).

* **series_1** and **series_2** must support Python's ***len()*** function. Thus, iterable objects such as lists, tuples and Numpy arrays will work, while **generators will not**.
NOTE: ***series_1*** and ***series_2*** must support Python's ***len()*** function. Thus, iterable objects such as lists, tuples and Numpy arrays will work, while **generators will not**.


The function **simpledtw.dtw()** returns 5 outputs:
Expand Down

0 comments on commit 826bca3

Please sign in to comment.