scipy.cluster.hierarchy.DisjointSet. __getitem__# DisjointSet.__getitem__(x)[源代码]# 查找 x 的根元素。 参数: x可哈希对象输入元素。 返回: root可哈希对象x 的根元素。