Hello, I found a difference between your code in Github and R package. In twdtw.R, Line 41, you compute the local weighted matrix, cm = phi weight.fun(psi). However, in R package, that is cm = (1 - theta) phi + theta * weight.fun(psi).
Can you please check it and see?
Hello, I found a difference between your code in Github and R package. In twdtw.R, Line 41, you compute the local weighted matrix, cm = phi weight.fun(psi). However, in R package, that is cm = (1 - theta) phi + theta * weight.fun(psi). Can you please check it and see?