ClusterHierarchicalGetObsPerCluster Method |
Returns the number of observations in each cluster.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int[] GetObsPerCluster(
int nClusters
)
Public Function GetObsPerCluster (
nClusters As Integer
) As Integer()
public:
array<int>^ GetObsPerCluster(
int nClusters
)
member GetObsPerCluster :
nClusters : int -> int[]
Parameters
- nClusters
- Type: SystemInt32
An int which specifies the desired number of clusters.
Return Value
Type:
Int32
An
int array containing the number of observations in each
cluster.
See Also