scipy.cluster.hierarchy.ClusterNode.get_right# ClusterNode.get_right()[source]# Return a reference to the right child tree object. Returns: rightClusterNodeThe left child of the target node. If the node is a leaf, None is returned.