ProportionalHazardsGetClassValueCounts Method |
Returns the number of values taken by each classification variable.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int[] GetClassValueCounts()
Public Overridable Function GetClassValueCounts As Integer()
public:
virtual array<int>^ GetClassValueCounts()
abstract GetClassValueCounts : unit -> int[]
override GetClassValueCounts : unit -> int[]
Return Value
Type:
Int32 An
int array containing the number of values taken
by each classification variable.
Exceptions Remarks
The i-th element of the returned
array is the number of distinct values taken by the i-th
classification variable.
See Also