SciPy

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

scipy.cluster.hierarchy.ClusterNode.get_right

ClusterNode.get_right(self)[source]

Return a reference to the right child tree object.

Returns
rightClusterNode

The left child of the target node. If the node is a leaf, None is returned.

Previous topic

scipy.cluster.hierarchy.ClusterNode.get_left

Next topic

scipy.cluster.hierarchy.ClusterNode.is_leaf