DendrogramNode.Level Property

Gets the number of nodes between this node and the root of the dendrogram.

Definition

Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public int Level { get; }

Property Value

Int32

Remarks

The root node is at level 0. The children of the root node are at level 1, and so on.

See Also