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