Defines the upper bound on the sum of the number of distinct values taken on by each classification variable.
An int
scalar specifying the upper bound on the sum of the number of distinct values taken on by each classification variable.
By default, if property ClassificationVariableColumn
has not been referenced UpperBound
= 1. If property ClassificationVariableColumn
has been referenced UpperBound
= x.GetLength(0) * nclvar
where nclvar
is the number of classification variables.
Exception Type | Condition |
---|---|
ArgumentException | is thrown thrown when UpperBound is less than 1 and the number of classification variables is greater than 0 |
CategoricalGenLinModel Class | Imsl.Stat Namespace