This is documentation for an old release of SciPy (version 0.10.1). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.cluster.hierarchy.ClusterNode.get_left
-
ClusterNode.get_left()
Return a reference to the left child tree object.
Returns : | left : ClusterNode
The left child of the target node. If the node is a leaf,
None is returned.
|