The distinct values of the classification variables in ascending
order.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual double[] ClassificationVariableValues { get; } |
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property ClassificationVariableValues As Double() |
Visual C++ |
---|
public:
virtual property array<double>^ ClassificationVariableValues {
array<double>^ get ();
} |
Field Value
A
double array of length
![\sum_{k=0}^{\mbox{nclvar}}
\mbox{nclval[k]}](eqn/eqn_2420.png)
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.
Remarks
Exceptions
See Also