Click or drag to resize
ClassificationVariableLimitException Constructor (Int32)
The Classification Variable limit set by the user through setUpperBound has been exceeded.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public ClassificationVariableLimitException(
	int maxcl
)

Parameters

maxcl
Type: SystemInt32
An int which specifies the upper bound.
See Also