Glossary¶
- array-like¶
Synonym for array_like of NumPy.
- collection¶
Object implementing the
collections.abc.Collectioninterface.- node ID¶
Integer uniquely identifying a node within a dendrogram. The value is in the range [0,
2*n-2], wherenis the number of leaf nodes. Node IDs 0 ton-1are for leaf nodes, and the remaining IDs are for branch nodes.