Returns the class values taken by each classification variable.

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

Syntax

C#
public virtual double[] GetClassValues()
Visual Basic (Declaration)
Public Overridable Function GetClassValues As Double()
Visual C++
public:
virtual array<double>^ GetClassValues()

Return Value

A double array containing the values taken by each classification variable.

Remarks

For description purposes, let nclval = GetClassValueCounts(). Then the first nclval[0] elements contain the values for the first classification variable, the next nclval[1] elements contain the values for the second classification variable, etc.

Exceptions

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

See Also