shapelets/khiva

Reverse function

avilchess opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
It would be nice to have a function that let us reverse a time series. Like the following example:

a = [1,2,3,4,5]
a_reversed = [5,4,3,2,1]