{ } Raw JSON

bundles / scipy 1.17.1 / scipy / _lib / _disjoint_set / DisjointSet / __getitem__

function

scipy._lib._disjoint_set:DisjointSet.__getitem__

source: /scipy/_lib/_disjoint_set.py :116

Signature

def   __getitem__ ( self x )

Summary

Find the root element of x.

Parameters

x : hashable object

Input element.

Returns

root : hashable object

Root element of x.

Aliases

  • scipy.cluster.hierarchy.DisjointSet.__getitem__