IMSL C# Numerical Library

ClassificationVariableValueException Constructor (Int32, Int32)

The number of distinct values for each Classification Variable must be greater than 1.

public ClassificationVariableValueException(
   int index,
   int val
);

Parameters

index
An int which specifies the index of a classification variable.
val
An int which specifies the number of distinct values that can be taken by this classification variable.

See Also

ClassificationVariableValueException Class | Imsl.Stat Namespace | ClassificationVariableValueException Constructor Overload List