Click or drag to resize
ClassificationVariableValueException Constructor (Int32, Int32)
The number of distinct values for each Classification Variable must be greater than 1.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public ClassificationVariableValueException(
	int index,
	int val
)

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