SciPy

scipy.cluster.hierarchy.ClusterNode.get_left

ClusterNode.get_left(self)[source]

Return a reference to the left child tree object.

Returns
leftClusterNode

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

Previous topic

scipy.cluster.hierarchy.ClusterNode.get_id

Next topic

scipy.cluster.hierarchy.ClusterNode.get_right