IMSL C# Numerical Library

ClusterHierarchical.GetObsPerCluster Method 

Returns the number of observations in each cluster.

public int[] GetObsPerCluster(
   int nClusters
);

Parameters

nClusters
An int which specifies the desired number of clusters.

Return Value

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

See Also

ClusterHierarchical Class | Imsl.Stat Namespace