-
-
dtw
Dynamic Time Warping in Python
Dynamic Time Warping in Python
Author: Jeremy Stober
Contact: stober@gmail.com
Version: 0.1
This is a collection of dynamic time warping algorithms (including
related algorithms like edit-distance).
Requires: numpy
-
-
-
ndtw
... series and matrix)
* NDtw.Examples (WPF example application for demonstration purposes)
Usage:
* very simple: var cost = new Dtw(seriesA, seriesB).GetCost();
* or much more complex initialization of Dtw class with various features
Available on NuGet:
* ...
-
-
-
DTW_Java
... You need two mfcc files to compare the audio data, this files can be obtained from HCopy and HList or any other mels coefficient extractor.
You can test it with pattern.ascii and user.ascii
run it with DTW dtw = new DTW("pattern.ascii","pattern.ascii")
-
mds
... scaling
Adapted from HiT-MDS-2 http://pgrc.ipk-gatersleben.de/seeds/analysis_tools.php
Details
=======
A customized program (`dtw`) is first used to calculate the Euclidean distances
between time series, the code is parallelized by MPI, but one only ...
-
libdtw
... is the output.
result->index is the index of the first element in the best matching sequence in the data. result->value is the
DTW distance between the query and the matching sequence in the data.
ucr_query() returns 0 on success and -1 on failure.
-
AI-Project-2
...
11. AddNewResults
12. ThreshholdFilter
13. DTWByStroke
14. DTWSequence
15. DTW
16. ScoreTarget
17. StrokeMatchTest
18. ConcatUnistrokes
19. ClearCanvas
20. ...
The project's actual source files are in the dtw folder. The HTML file is the UI for the project ...
-