CategoricalGenLinModelClassificationVariableCounts Property |
The number of values taken by each classification variable.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int[] ClassificationVariableCounts { get; }
Public Overridable ReadOnly Property ClassificationVariableCounts As Integer()
Get
public:
virtual property array<int>^ ClassificationVariableCounts {
array<int>^ get ();
}
abstract ClassificationVariableCounts : int[] with get
override ClassificationVariableCounts : int[] with 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 Exception | Condition |
---|
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