shapelets / khiva

An open-source library of algorithms to analyse time series in GPU and CPU.
https://khiva.readthedocs.io/
Mozilla Public License 2.0
228 stars 30 forks source link

FFT coefficient outputs #103

Open avilchess opened 5 years ago

avilchess commented 5 years ago

Describe the bug This function returns 4 arrays containing 4 different coefficients for all input sequences. It doesn't match the style of all other khiva functions. Thus, we need to return one array with for 4 rows and a number of columns equal to the number of input sequences.