IMSL C# Numerical Library

CategoricalGenLinModel.ClassificationVariableCounts Property

The number of values taken by each classification variable.

public virtual int[] ClassificationVariableCounts {get;}

Property 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

Exception Type Condition
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

CategoricalGenLinModel Class | Imsl.Stat Namespace