{ } Raw JSON

bundles / scipy 1.17.1 / scipy / _lib / _disjoint_set / DisjointSet / connected

function

scipy._lib._disjoint_set:DisjointSet.connected

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

Signature

def   connected ( self x y )

Summary

Test whether x and y are in the same subset.

Parameters

x, y : hashable object

Elements to test.

Returns

result : bool

True if x and y are in the same set, False otherwise.

Aliases

  • scipy.cluster.hierarchy.DisjointSet.connected