Click or drag to resize
ClusterHierarchicalClusterLevel Property
The level at which the clusters are joined.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double[] ClusterLevel { get; }

Property Value

Type: Double
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 n + k was formed. If the original data in dist was transformed, the inverse transformation is applied to the returned values.

See Also