DendrogramNode.Level Property

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

Definition

Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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