ClassificationVariableValueException Constructor (Int32, Int32) |
The number of distinct values for each Classification Variable must be
greater than 1.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public ClassificationVariableValueException(
int index,
int val
)
Public Sub New (
index As Integer,
val As Integer
)
public:
ClassificationVariableValueException(
int index,
int val
)
new :
index : int *
val : int -> ClassificationVariableValueException
Parameters
- index
- Type: SystemInt32
An int which specifies the index of a
classification variable.
- val
- Type: SystemInt32
An int which specifies the number of
distinct values that can be taken by this
classification variable.
See Also