CategoricalGenLinModelClassificationVariableValues Property |
The distinct values of the classification variables in ascending
order.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] ClassificationVariableValues { get; }
Public Overridable ReadOnly Property ClassificationVariableValues As Double()
Get
public:
virtual property array<double>^ ClassificationVariableValues {
array<double>^ get ();
}
abstract ClassificationVariableValues : float[] with get
override ClassificationVariableValues : float[] with get
Property Value
Type:
Double
A
double array of length
containing the distinct values of the
classification variables in ascending order where
nclvar is
the number of classification variables and
nclval[i] is the
number of values taken by the
i-th classification variable.
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
|
Remarks
A null is returned if Solve has not
been called prior to calling this method.
See Also