Click or drag to resize
CategoricalGenLinModelClassificationVariableColumn Property
An index vector to contain the column numbers in x that are classification variables.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int[] ClassificationVariableColumn { set; }

Property Value

Type: Int32
An int vector which contains the column numbers in x that are classification variables.
Exceptions
ExceptionCondition
ArgumentException is thrown when an element of ClassificationVariableColumn is less than 0 or greater than or equal to the number of columns of x
Remarks

By default, ClassificationVariableColumn is not referenced.

See Also