IMSL C# Numerical Library

ClusterHierarchical.ClusterLevel Property

The level at which the clusters are joined.

public virtual double[] ClusterLevel {get;}

Property Value

A double array containing the level at which the clusters are joined.

Remarks

Element [k-1] contains the distance (or similarity) level at which cluster npt + k was formed. If the original data in dist was transformed, the inverse transformation is applied to the returned values.

See Also

ClusterHierarchical Class | Imsl.Stat Namespace