From 826bca3a244d90ac9bc867e8f71ed1da6800ba72 Mon Sep 17 00:00:00 2001 From: SKVP Owner Date: Sun, 27 May 2018 00:50:17 +0300 Subject: [PATCH] readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29037cd..cbf4984 100644 --- a/README.md +++ b/README.md @@ -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: