scipy.cluster.hierarchy.DisjointSet.

__getitem__#

DisjointSet.__getitem__(x)[源码]#

找到 x 的根元素。

参数:
x可哈希对象

输入元素。

返回:
root可哈希对象

x 的根元素。