Fast DTW (Dynamic Time Warping)¶
Fast Dynamic Time Warp provides a mapping between the time points of two signals and outputs the final distance between them.
Documentation¶
For additional details please refer to the fastdtw library
Definition¶
Input ports¶
- signal 1
Type: tableDescription: Signal 1- signal 2
Type: tableDescription: Signal 2
Output ports¶
- path
Type: tableDescription: Path- distance
Type: tableDescription: Distance
Configuration¶
- Distance function (distance)
Function for calculating distances between two rows (one from each table), for more details refer to Distance Metrics
- P (p)
power used for Minkowski distance
Examples¶
Example flows demonstrating this node:
Implementation¶
- class node_dtw.FastDTW[source]