IMSL C# Numerical Library

CategoricalGenLinModel.ClassificationVariableColumn Property

An index vector to contain the column numbers in x that are classification variables.

public virtual int[] ClassificationVariableColumn {set;}

Property Value

An int vector which contains the column numbers in x that are classification variables.

Remarks

By default, ClassificationVariableColumn is not referenced.

Exceptions

Exception TypeCondition
ArgumentException is thrown when an element of ClassificationVariableColumn is less than 0 or greater than or equal to the number of columns of x

See Also

CategoricalGenLinModel Class | Imsl.Stat Namespace