The level at which the clusters are joined.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual double[] ClusterLevel { get; } |
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property ClusterLevel As Double() |
Visual C++ |
---|
public: virtual property array<double>^ ClusterLevel { array<double>^ get (); } |
Field 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 n + k was formed. If the original data in dist was transformed, the inverse transformation is applied to the returned values.