MatArray Toolbox
  Go to function:
    Search    Help Desk 
disptree    Examples   See Also

Display hierarchical clustering in the command window. Not recommended for large trees (more than 50 leaves or so).

Syntax

Description

The function displays in the command window a scheme of the clustering tree, typically obtained with hierarc.

If tag is absent, the leaf labels are set to the indexes present in tree. If tag is present, the leaf with the index i will be given the label tag(i). Use [] as a placeholder if tag is not needed.

If options is present, an estimate of the distance at each node is displayed, with 99 being the largest distance in the tree.

Examples

In this last version, the distances are displayed. This can be useful as the trees only show the order of the nodes, but not the distances between the nodes merged.

See Also

clustTV, dl2c, hierarc



[ Previous | Help Desk | Next ]