Click or drag to resize
ClusterHierarchical.GetClusterMembership 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: System.Int32
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