Returns the number of values taken by each classification variable.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual int[] GetClassValueCounts()
Visual Basic (Declaration)
Public Overridable Function GetClassValueCounts As Integer()
Visual C++
public:
virtual array<int>^ GetClassValueCounts()

Return Value

An int array containing the number of values taken by each classification variable.

Remarks

The i-th element of the returned array is the number of distinct values taken by the i-th classification variable.

Exceptions

ExceptionCondition
Imsl.Stat..::.ClassificationVariableLimitExceptionis thrown if the classification variable limit set by the user through the MaxClass property has been exceeded.

See Also