Skip to content

Commit

Permalink
Update distUtilities.h
Browse files Browse the repository at this point in the history
  • Loading branch information
sliang11 authored Sep 18, 2019
1 parent 98909e6 commit c788656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion P1NN/distUtilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ __device__ void getNormalizedTerm(double &term, double mu, double sigma){
}


//WARNING: Do NOT sse this to calculate distances between different-length time series! This can end up with an incorrect result!
//WARNING: Do NOT use this to calculate distances between different-length time series! This can end up with an incorrect result!
//Reference: Doruk Sart, Abdullah Mueen, Walid A. Najjar, Eamonn J. Keogh, Vit Niennattrakul:
//Accelerating Dynamic Time Warping Subsequence Search with GPUs and FPGAs. ICDM 2010: 1001-1006.
__device__ void dtw(double &dist, double *ts, double *query, double *tmp,
Expand Down

0 comments on commit c788656

Please sign in to comment.