The left sons of each merged cluster.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual int[] ClusterLeftSons { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property ClusterLeftSons As Integer()
Visual C++
public:
virtual property array<int>^ ClusterLeftSons {
	array<int>^ get ();
}

Field Value

An int array containing the left sons of each merged cluster.

See Also