scipy.cluster.hierarchy.ClusterNode.get_left

ClusterNode.get_left()

Returns a reference to the left child tree object. If the node is a leaf, None is returned.

Returns :
left : ClusterNode

The left child of the target node.

This Page