ClusterHierarchicalClusterLeftSons Property |
The left sons of each merged cluster.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int[] ClusterLeftSons { get; }
Public Overridable ReadOnly Property ClusterLeftSons As Integer()
Get
public:
virtual property array<int>^ ClusterLeftSons {
array<int>^ get ();
}
abstract ClusterLeftSons : int[] with get
override ClusterLeftSons : int[] with get
Property Value
Type:
Int32
An
int array containing the left sons of each merged cluster.
See Also