Returns the number of observations in each cluster. Note that the Compute method must be invoked first before invoking this method. Otherwise, the method throws a NullReferenceException exception.

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

Syntax

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

Return Value

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

See Also