Learn R Programming

pGRN (version 0.3.5)

get_dtw_dist_bidirectional: Bidirectional DTW Distance

Description

Get bidirectional DTW distance.

Usage

get_dtw_dist_bidirectional(x, y)

Value

numeric

Arguments

x

list of x input

y

list of y input

Examples

Run this code
get_dtw_dist_bidirectional(c(1:1000),c(1:1000))

Run the code above in your browser using DataLab