Returns the cluster membership of each observation.

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

Syntax

C#
public int[] GetClusterMembership(
	int nClusters
)
Visual Basic (Declaration)
Public Function GetClusterMembership ( _
	nClusters As Integer _
) As Integer()
Visual C++
public:
array<int>^ GetClusterMembership(
	int nClusters
)

Parameters

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

Return Value

An int array containing the cluster membership of each observation.

See Also