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[] ClassificationVariableCounts { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property ClassificationVariableCounts As Integer()
Visual C++
public:
virtual property array<int>^ ClassificationVariableCounts {
	array<int>^ get ();
}

Field Value

An int array of length nclvar containing the number of values taken by each classification variable where nclvar is the number of classification variables or null if Solve()()() has not been called.

Exceptions

ExceptionCondition
Imsl.Stat..::.ClassificationVariableException is thrown when the number of values taken by each classification variable has been set by the user to be less than or equal to 1

See Also