How to compare clusters?

前端 未结 5 781
既然无缘
既然无缘 2021-01-18 13:22

Hopefully this can be done with python! I used two clustering programs on the same data and now have a cluster file from both. I reformatted the files so that they look like

5条回答
  •  粉色の甜心
    2021-01-18 13:41

    Comparing two clusterings is not trivial task and reinventing the wheel is unlikely to be successful. Check out this package which has lots of different cluster similarity metrics and can compare dendrograms (the data structure you have).

    The library is called CluSim and can be found here: https://github.com/Hoosier-Clusters/clusim/

提交回复
热议问题