| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Dendrogram
Represents a dendrogram, a tree with a specified branching order. This must be initialised with the leaf items, then iteratively call merge for each branch. This class constructs a tree representing the order of calls to the merge function.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Merges nodes at given indices in the dendrogram. The nodes will be combined which then replaces the first node specified. All other nodes involved in the merge will be removed.
|
Finds the n-groups of items (leaves) reachable from a cut at depth n.
|
Print the dendrogram in ASCII art to standard out.
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 11 14:39:44 2011 | http://epydoc.sourceforge.net |