pboesu / rucrdtw

R Bindings for the UCR Suite for fast time series subsequence search
Other
15 stars 4 forks source link

Use Without Z-normalization #10

Closed saebragani closed 3 years ago

saebragani commented 3 years ago

Hi,

Is it possible to do the search without z-normalization?

pboesu commented 3 years ago

No. Normalisation is a key feature of the algorithm (see section 1.2 of the SIGKDD paper by the original authors: http://www.cs.ucr.edu/~eamonn/SIGKDD_trillion.pdf )

saebragani commented 3 years ago

I see. Thank you!