scipy.cluster.hierarchy.DisjointSet.

__getitem__#

DisjointSet.__getitem__(x)[源代码][源代码]#

找到 x 的根元素。

参数:
x可哈希对象

输入元素。

返回:
可哈希对象

x 的根元素。