get_right — SciPy v1.15.3 Manual (original) (raw)
scipy.cluster.hierarchy.ClusterNode.
ClusterNode.get_right()[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.