TheDatumOrg / kshape-python

Python implementation of k-Shape
MIT License
330 stars 105 forks source link

Optimize run times for fast fourier transforms #5

Closed hahnicity closed 7 years ago

hahnicity commented 7 years ago

Instead of iterating over each NCCc fourier transform one by one, perform them all at once within the kshape function. This leads to optimized run times, which is especially helpful for larger datasets.

Mic92 commented 7 years ago

I rebased your commit to solve merge conflicts.