DiscriminantAnalysis.GetGroupCounts Method |
Returns the group counts.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic int[] GetGroupCounts()
Public Function GetGroupCounts As Integer()
public:
array<int>^ GetGroupCounts()
member GetGroupCounts : unit -> int[]
Return Value
Type:
Int32[] An
int array of length
nGroups
containing the number of observations in each group. If an
update has not preceeded the invocation of this method, an
array of all zeros will be returned.
See Also