Click or drag to resize
CategoricalGenLinModelClassificationVariableCounts Property
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[] ClassificationVariableCounts { get; }

Property Value

Type: Int32
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
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