bundles / scipy latest / scipy / cluster / hierarchy / _order_cluster_tree
function
scipy.cluster.hierarchy:_order_cluster_tree
Signature
def _order_cluster_tree ( Z ) Summary
Return clustering nodes in bottom-up order by distance.
Parameters
Z: scipy.cluster.linkage arrayThe linkage matrix.
Returns
nodes: listA list of ClusterNode objects.
Aliases
-
scipy.cluster.hierarchy._order_cluster_tree