This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.cluster.hierarchy.ClusterNode.get_right

ClusterNode.get_right()

Returns a reference to the right child tree object. If the node is a leaf, None is returned.

Returns :
right : ClusterNode

The left child of the target node.

This Page