flDerivativeDtwDistanceMatrix: Given two R density objects, calculates a distance matrix...

Description Usage Arguments Value Examples

Description

Given two R density objects, this method uses the Derivative Dynamic Time Warping distance to calculate a distance matrix which can be used for alignment with DTW.

Usage

1

Arguments

densA

The first density object, such as from R's density function.

densB

The second density object, such as from R's density function.

Value

The Derivative Dynamic Time Warping distance matrix between densA and densB.

Examples

1
2
3

mlux86/flowLearn documentation built on May 29, 2019, 5:43 a.m.