Description Usage Arguments Value Examples
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.
1 | flDerivativeDtwDistanceMatrix(densA, densB)
|
densA |
The first density object, such as from R's density function. |
densB |
The second density object, such as from R's density function. |
The Derivative Dynamic Time Warping distance matrix between densA and densB.
1 2 3 | densA <- flGetDensity(flAt(flSampleDensdat, 42))
densB <- flGetDensity(flAt(flSampleDensdat, 43))
str(flDerivativeDtwDistanceMatrix(densA, densB))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.