CategoricalGenLinModelUpperBound Property |
Defines the upper bound on the sum of the number of distinct values
taken on by each classification variable.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int UpperBound { set; }
Public Overridable WriteOnly Property UpperBound As Integer
Set
public:
virtual property int UpperBound {
void set (int value);
}
abstract UpperBound : int with set
override UpperBound : int with set
Property Value
Type:
Int32
An
int scalar specifying the upper bound on the sum of the
number of distinct values taken on by each classification variable.
Exceptions Exception | Condition |
---|
ArgumentException |
is thrown thrown when UpperBound is less than 1 and the number
of classification variables is greater than 0
|
Remarks
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.
See Also