Click or drag to resize
ProportionalHazardsGetClassValueCounts Method
Returns the number of values taken by each classification variable.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int[] GetClassValueCounts()

Return Value

Type: Int32
An int array containing the number of values taken by each classification variable.
Exceptions
ExceptionCondition
ClassificationVariableLimitExceptionis thrown if the classification variable limit set by the user through the MaxClass property has been exceeded.
Remarks
The i-th element of the returned array is the number of distinct values taken by the i-th classification variable.
See Also