also remove superflous numpy from example
This commit is contained in:
parent
3cba855163
commit
aa677fe5b6
@ -6,7 +6,6 @@ Python implementation of k-Shape
|
|||||||
|
|
||||||
```
|
```
|
||||||
from kshape import kshape, zscore
|
from kshape import kshape, zscore
|
||||||
import numpy as np
|
|
||||||
|
|
||||||
time_series = [[1,2,3,4], [0,1,2,3], [-1,1,-1,1], [1,2,2,3]]
|
time_series = [[1,2,3,4], [0,1,2,3], [-1,1,-1,1], [1,2,2,3]]
|
||||||
cluster_num = 2
|
cluster_num = 2
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
from kshape import kshape, zscore
|
from kshape import kshape, zscore
|
||||||
import numpy as np
|
|
||||||
|
|
||||||
time_series = [[1,2,3,4], [0,1,2,3], [-1,1,-1,1], [1,2,2,3]]
|
time_series = [[1,2,3,4], [0,1,2,3], [-1,1,-1,1], [1,2,2,3]]
|
||||||
cluster_num = 2
|
cluster_num = 2
|
||||||
|
Loading…
Reference in New Issue
Block a user