Sift - Dynamic Time Warping Dialog: Difference between revisions

From Software Product Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
| __TOC__
| __TOC__
|}
|}
Dynamic Time Warping is a distance based algorithm that allows you to compare and measure similarity between two time based sequences, by minimizing the Euclidean distance between points. Essentially it aligns each point of one trace to a corresponding point on the other trace that require the least distance. All distances are added together to make the total cost function of the trace. The large the cost function, the less similar the two traces are. This can be useful when trying to identify a singular trace or to find outliers.
The Dynamic Time Warping dialog is found on the toolbar and under the Analysis menu.
[[File:DTWdialplacement.png|600px]]

Revision as of 18:32, 14 March 2024

Language:  English  • français • italiano • português • español 

Dynamic Time Warping is a distance based algorithm that allows you to compare and measure similarity between two time based sequences, by minimizing the Euclidean distance between points. Essentially it aligns each point of one trace to a corresponding point on the other trace that require the least distance. All distances are added together to make the total cost function of the trace. The large the cost function, the less similar the two traces are. This can be useful when trying to identify a singular trace or to find outliers.

The Dynamic Time Warping dialog is found on the toolbar and under the Analysis menu.

Retrieved from ""