scipy.cluster.hierarchy.ClusterNode.get_right

ClusterNode.get_right()

Returns a reference to the right child tree object.

Returns :

right : ClusterNode

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

This Page