wannesm / dtaidistance

Time series distances: Dynamic Time Warping (fast DTW implementation in C)
Other
1.08k stars 184 forks source link

Clustering labels #204

Open pilotbaba opened 7 months ago

pilotbaba commented 7 months ago

How to get the clustering labels as in the example (containing labels for series names + scores)

wannesm commented 6 months ago

The figure in the readme is generated with the following unit test: https://github.com/wannesm/dtaidistance/blob/9432cda29ceb8ffa2516dee2a0b7a4690cbd2011/tests/test_clustering.py#L159

You can reuse the code in there.