scipy.cluster.hierarchy.DisjointSet. add# DisjointSet.add(x)[source]# Add element x to disjoint set. Parameters: xhashable objectElement to add to the disjoint set.