IMSL C# Numerical Library

Dendrogram Constructor (AxisXY, Double[], Int32[], Int32[])

Constructs a vertical Dendrogram chart using supplied data.

public Dendrogram(
   AxisXY axis,
   double[] clusterLevel,
   int[] leftSons,
   int[] rightSons
);

Parameters

axis
An AxisXY specifying the parent of this node.
clusterLevel
A double[] which contains the levels at which the clusters are joined.
leftSons
An int[] which contains the left sons of each merged cluster.
rightSons
An int[] which contains the right sons of each merged cluster.

See Also

Dendrogram Class | Imsl.Chart2D Namespace | Dendrogram Constructor Overload List