I did some clustering with sklearn's Affinity Propagation and now I want to check how my clustering performs. I know there are a lot of metrics to check that, but some questions have appeared:
- Which kind of metrics to use? MSE, EMSE? (I was clustering trajectories/paths of moving objects)
- Metrics usually require true values and predicted values. But the thing is that I did not predict anything. I just clustered given data. What to fix to predicted or to true data?