scipy.cluster.hierarchy.ClusterNode.

get_right#

ClusterNode.get_right()[source]#

返回对右子树对象的引用。

返回值:
rightClusterNode

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