Click or drag to resize
ClusterHierarchicalGetClusterMembership Method
Returns the cluster membership of each observation.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int[] GetClusterMembership(
	int nClusters
)

Parameters

nClusters
Type: SystemInt32
An int which specifies the desired number of clusters.

Return Value

Type: Int32
An int array containing the cluster membership of each observation.
See Also