univie-datamining-team3 / assignment2

Analysis of mobility data
MIT License
0 stars 0 forks source link

Implement evaluation procedure for clustering results #27

Closed rmitsch closed 6 years ago

rmitsch commented 6 years ago

What's our ground truth? Transport modes?

Depends partially (we can start with evaluating against transport mode clusters) on #31. Is a dependency for #23 and #25.

Might just extend/generalize existing evaluation for k-means.

Lumik7 commented 6 years ago

We could use a MDL approach, which works without a ground truth and just measures how good the clustering compresses the underlying data. It has a model assumption though.