Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Classe « DisjointSet »

Opérateur scipy.cluster.hierarchy.DisjointSet.__getitem__

Signature de la opérateur __getitem__

def __getitem__(self, x) 

Description

__getitem__.__doc__

Find the root element of `x`.

        Parameters
        ----------
        x : hashable object
            Input element.

        Returns
        -------
        root : hashable object
            Root element of `x`.