ClusterHierarchicalClusterLevel Property |
The level at which the clusters are joined.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] ClusterLevel { get; }
Public Overridable ReadOnly Property ClusterLevel As Double()
Get
public:
virtual property array<double>^ ClusterLevel {
array<double>^ get ();
}
abstract ClusterLevel : float[] with get
override ClusterLevel : float[] with 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