IMSL C# Numerical Library

Dendrogram Constructor (AxisXY, ClusterHierarchical, Int32)

Constructs a Dendrogram chart using a supplied ClusterHierarchical object.

public Dendrogram(
   AxisXY axis,
   ClusterHierarchical clusterHierarchical,
   int type
);

Parameters

axis
An AxisXY specifying the parent of this node.
clusterHierarchical
A ClusterHierarchical object used as a source for the Dendrogram.
type
An int which specifies the Dendrogram type.

Remarks

The types possible types of Dendrograms are DENDROGRAM_TYPE_VERTICAL and DENDROGRAM_TYPE_HORIZONTAL.

See Also

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