scipy.cluster.hierarchy.ClusterNode.

get_count#

ClusterNode.get_count()[source]#

属于聚类节点 nd 的叶节点(原始观测值)的数量。如果目标节点是叶节点,则返回 1。

返回:
get_countint

目标节点下方的叶节点数量。