Result from VIS

The custom built sequence that we used in the VIS paper. To use as a baseline.



DTW with custom cost function v1

If two tupples are different, the cost is only 1. Example, [1, 1, 0, 0] vs [0, 1, 0, 0] vs [0, 0, 1, 1], all have a cost of 1.
Previously, it would have a cost of 1 and 4, respectively.



DTW Independent

https://link.springer.com/article/10.1007/s10618-016-0455-0/figures/1