{ } Raw JSON

bundles / scipy 1.17.1 / scipy / cluster / hierarchy / _order_cluster_tree

function

scipy.cluster.hierarchy:_order_cluster_tree

source: /scipy/cluster/hierarchy.py :1279

Signature

def   _order_cluster_tree ( Z )

Summary

Return clustering nodes in bottom-up order by distance.

Parameters

Z : scipy.cluster.linkage array

The linkage matrix.

Returns

nodes : list

A list of ClusterNode objects.

Aliases

  • scipy.cluster.hierarchy._order_cluster_tree