The DendrogramNode type exposes the following members.
| Name | Description |
---|
 | DistanceMeasure |
Gets the distance measure between the two nodes of an agglomeration.
|
 | IsLeaf |
Gets whether the node represents a leaf or an agglomeration.
|
 | LeftChild |
Gets the left child of the node.
|
 | Level |
Gets the number of nodes between this node and the root of the dendrogram.
|
 | ObservationIndex |
Gets the index of the cluster. If the cluster is an agglomeration, then -1 is returned.
|
 | Position |
Returns the horizontal position of the node.
|
 | RightChild |
Gets the right child of the node.
|
Top
Reference