| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Dendogram
Represents a dendogram, 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 dendogram. 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.
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Sep 20 21:27:37 2009 | http://epydoc.sourceforge.net |