Dendrogram Node.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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public int Level { get; }
Property Value
Int32Remarks
The root node is at level 0. The children of the root node are at level 1, and so on.