Returns the number of observations in each cluster.

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

Syntax

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

Parameters

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

Return Value

An int array containing the number of observations in each cluster.

See Also