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