scipy.cluster.hierarchy.ClusterNode.

get_left#

ClusterNode.get_left()[source]#

返回对左侧子树对象的引用。

返回值:
leftClusterNode

目标节点的左侧子节点。如果节点是叶子节点,则返回 None。