ClusterHierarchical.GetObsPerCluster Method |
Returns the number of observations in each cluster.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic 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: System.Int32
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