Closed colinzhaoxp closed 3 years ago
作者您好,感谢您卓越工作的分享! 在看代码时,这里有一些疑惑,为何每个类的紧密度要取min值呢?这里面的值难道不都一样吗? cluster_R_comp = [min(cluster_R_comp[i]) for i in sorted(cluster_R_comp.keys())]
cluster_R_comp = [min(cluster_R_comp[i]) for i in sorted(cluster_R_comp.keys())]
想了好久没想明白,结果今天提交完issue就想明白了:)
作者您好,感谢您卓越工作的分享! 在看代码时,这里有一些疑惑,为何每个类的紧密度要取min值呢?这里面的值难道不都一样吗?
cluster_R_comp = [min(cluster_R_comp[i]) for i in sorted(cluster_R_comp.keys())]