dtw_r {align} | R Documentation |
dtw_r
dtw_r(target, candidate, g, edge)
target |
The target time series |
candidate |
The candidate time series |
g |
The g parameter value for alignment |
edge |
The edge parameter value for alignment |
The aligned candidate dataset (ri,t_out) and the corresponding Pearson's correlation coefficient (xc).
dtw_r(target_data,candidate_data,0.98,0.15)